summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--usr.sbin/authpf/Makefile2
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>
OpenPOWER on IntegriCloud