summaryrefslogtreecommitdiff
path: root/usr.sbin/authpf
diff options
context:
space:
mode:
authorMax Laier <mlaier@FreeBSD.org>2005-05-04 08:57:12 +0000
committerMax Laier <mlaier@FreeBSD.org>2005-05-04 08:57:12 +0000
commitf6f55a1f1154ef995ac9d3d0eb545e1a03a3a025 (patch)
treeece4d5fc072c260956887f0a64d4fb2ba28fbf27 /usr.sbin/authpf
parentbc8695dc6cbb874ae9223385ab5b8f6c1c24f0b6 (diff)
downloadsrc-test2-f6f55a1f1154ef995ac9d3d0eb545e1a03a3a025.tar.gz
src-test2-f6f55a1f1154ef995ac9d3d0eb545e1a03a3a025.zip
Use libutil in DPADD as well.
Submitted by: ru
Notes
Notes: svn path=/head/; revision=145854
Diffstat (limited to 'usr.sbin/authpf')
-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 f1cc624b1156..82d78241545e 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>