diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-05 21:36:39 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-05 21:36:39 +0000 |
commit | d203b12054ad82d30bac1f0a0c022b1393f861b3 (patch) | |
tree | aa853b3ada1746f7fe92c44b10a0a57900e6b933 /net/ipa_ipfw | |
parent | 90b2f12a8477639b13e1b928f143269e9284ead4 (diff) | |
download | ports-d203b12054ad82d30bac1f0a0c022b1393f861b3.tar.gz ports-d203b12054ad82d30bac1f0a0c022b1393f861b3.zip |
- Remove conditional checks for FreeBSD 5.x and older
Notes
Notes:
svn path=/head/; revision=225305
Diffstat (limited to 'net/ipa_ipfw')
-rw-r--r-- | net/ipa_ipfw/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/net/ipa_ipfw/Makefile b/net/ipa_ipfw/Makefile index 57873826319d..f81259c80660 100644 --- a/net/ipa_ipfw/Makefile +++ b/net/ipa_ipfw/Makefile @@ -29,12 +29,6 @@ MAKE_ENV+= WITH_PTHREAD=yes CFLAGS+= ${PTHREAD_CFLAGS} .endif -.if ${OSVERSION} < 500038 -. if (defined(IPFW2) && !defined(WITH_IPFW2)) || defined(WITH_IPFW2) -MAKE_ENV+= IPFW2=yes -. endif -.endif - .if !defined(WITH_DEBUG_INFO) MAKE_ENV+= DEBUG_FLAGS="" .endif |