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…
Reference in New Issue