miniupnpd/Makefile: comment out crappy pf/ipf detection
This commit is contained in:
parent
242aceceb4
commit
a75719677a
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue