miniupnpd/Makefile: fix for DragonFly BSD

This commit is contained in:
Thomas Bernard 2014-03-18 09:33:33 +01:00
parent a959e9e7de
commit 708c83d873
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ FWNAME = ipf
.endif
# 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"
FWNAME != . /etc/rc.subr; . /etc/rc.conf; \
if checkyesno ipfilter_enable; then \