mirror of
https://github.com/status-im/miniupnp.git
synced 2025-01-10 22:25:38 +00:00
miniupnpd/Makefile: fix for DragonFly BSD
This commit is contained in:
parent
a959e9e7de
commit
708c83d873
@ -42,7 +42,7 @@ FWNAME = ipf
|
|||||||
.endif
|
.endif
|
||||||
|
|
||||||
# better way to find if we are using ipf or pf
|
# better way to find if we are using ipf or pf
|
||||||
.if defined(/etc/rc.subr) && defined(/etc/rc.conf)
|
.if exists(/etc/rc.subr) && exists(/etc/rc.conf)
|
||||||
.if $(OSNAME) == "FreeBSD"
|
.if $(OSNAME) == "FreeBSD"
|
||||||
FWNAME != . /etc/rc.subr; . /etc/rc.conf; \
|
FWNAME != . /etc/rc.subr; . /etc/rc.conf; \
|
||||||
if checkyesno ipfilter_enable; then \
|
if checkyesno ipfilter_enable; then \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user