diff options
Diffstat (limited to 'misc')
-rw-r--r-- | misc/dnetc/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/misc/dnetc/Makefile b/misc/dnetc/Makefile index f503c4dd450a..3c5792a355ca 100644 --- a/misc/dnetc/Makefile +++ b/misc/dnetc/Makefile @@ -56,10 +56,6 @@ VERSION= 2.9011.496 VERSION= 2.9012.497 .endif -.if ${OSVERSION} < 300000 -IGNORE= requires FreeBSD 3.X or greater -.endif - do-configure: @if [ ! -f ${PREFIX}/dnetc.ini ]; then \ ${INSTALL} -c -m 644 ${FILESDIR}/dnetc.ini ${WRKSRC}; \ |