miniupnpd/Makefile: comment out crappy pf/ipf detection

This commit is contained in:
Thomas Bernard 2014-04-17 12:54:14 +02:00
parent 242aceceb4
commit a75719677a
1 changed files with 5 additions and 5 deletions

View File

@ -34,11 +34,11 @@ STRIP = strip
OSNAME != uname -s
ARCH != uname -m
.ifndef FWNAME
.if exists(/usr/include/net/pfvar.h)
FWNAME = pf
.else
FWNAME = ipf
.endif
#.if exists(/usr/include/net/pfvar.h)
#FWNAME = pf
#.else
#FWNAME = ipf
#.endif
# better way to find if we are using ipf or pf
.if exists(/etc/rc.subr) && exists(/etc/rc.conf)