mirror of
https://github.com/status-im/miniupnp.git
synced 2025-02-21 02:08:10 +00:00
miniupnpd/Makefile: fix for DragonFly BSD
TYPE : chechyesno => checkyesno
This commit is contained in:
parent
f7b6b1ec19
commit
601bd2618b
@ -57,7 +57,7 @@ FWNAME != . /etc/rc.subr; . /etc/rc.conf; \
|
||||
|
||||
.if $(OSNAME) == "DragonFly"
|
||||
FWNAME != . /etc/rc.subr; . /etc/rc.conf; \
|
||||
if chechyesno ipfilter; then \
|
||||
if checkyesno ipfilter; then \
|
||||
echo "ipf"; else echo "pf"; fi
|
||||
.endif
|
||||
.endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user