From f6f55a1f1154ef995ac9d3d0eb545e1a03a3a025 Mon Sep 17 00:00:00 2001 From: Max Laier Date: Wed, 4 May 2005 08:57:12 +0000 Subject: [PATCH] Use libutil in DPADD as well. Submitted by: ru --- usr.sbin/authpf/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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