diff options
Diffstat (limited to 'usr.sbin/authpf/Makefile')
-rw-r--r-- | usr.sbin/authpf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/authpf/Makefile b/usr.sbin/authpf/Makefile index f1cc624..82d7824 100644 --- a/usr.sbin/authpf/Makefile +++ b/usr.sbin/authpf/Makefile @@ -17,6 +17,6 @@ CFLAGS+= -I${.CURDIR}/../../contrib/pf/pfctl -Wall -Werror CFLAGS+= -DENABLE_ALTQ LDADD+= -lm -lmd -lutil -DPADD+= ${LIBM} ${LIBMD} +DPADD+= ${LIBM} ${LIBMD} ${LIBUTIL} .include <bsd.prog.mk> |