mirror of
https://github.com/status-im/miniupnp.git
synced 2025-01-29 15:45:52 +00:00
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…
x
Reference in New Issue
Block a user