summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormlaier <mlaier@FreeBSD.org>2005-05-04 08:57:12 +0000
committermlaier <mlaier@FreeBSD.org>2005-05-04 08:57:12 +0000
commitddd6311fb87bee11285e589301f537f9ea1491b2 (patch)
treeece4d5fc072c260956887f0a64d4fb2ba28fbf27
parent8a19b2b671e298d9ee480debd08951a16f6997fc (diff)
downloadFreeBSD-src-ddd6311fb87bee11285e589301f537f9ea1491b2.zip
FreeBSD-src-ddd6311fb87bee11285e589301f537f9ea1491b2.tar.gz
Use libutil in DPADD as well.
Submitted by: ru
-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