miniupnpd/Makefile: fix for DragonFly BSD

TYPE : chechyesno => checkyesno
This commit is contained in:
Thomas Bernard 2014-03-18 10:17:19 +01:00
parent f7b6b1ec19
commit 601bd2618b
1 changed files with 1 additions and 1 deletions

View File

@ -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