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/coda6_server | |
parent | 90b2f12a8477639b13e1b928f143269e9284ead4 (diff) | |
download | ports-d203b12054ad82d30bac1f0a0c022b1393f861b3.tar.gz ports-d203b12054ad82d30bac1f0a0c022b1393f861b3.zip |
Notes
Diffstat (limited to 'net/coda6_server')
-rw-r--r-- | net/coda6_server/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/net/coda6_server/Makefile b/net/coda6_server/Makefile index e6a47f7418d9..5559befd6333 100644 --- a/net/coda6_server/Makefile +++ b/net/coda6_server/Makefile @@ -78,13 +78,8 @@ MAN8= venus-setup.8 \ .include <bsd.port.pre.mk> .if ${CODA_SUITE} == client -.if ${OSVERSION} < 501106 -IGNORE= lacks kernel support on this version of FreeBSD -.endif # this needs testing with the new version (6.1.1) -#.if ${OSVERSION} >= 600000 #IGNORE= makes a kernel panic on this version of FreeBSD -#.endif pre-everything:: @${ECHO_CMD} "" @${ECHO_CMD} "WARNING:" |