From 4d27ff91d01ec406d08089baae33529e85e9868f Mon Sep 17 00:00:00 2001 From: ru Date: Thu, 25 Feb 2010 20:24:19 +0000 Subject: Fixed dependencies (make checkdpadd). --- sbin/ipfw/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'sbin/ipfw/Makefile') diff --git a/sbin/ipfw/Makefile b/sbin/ipfw/Makefile index c09ebca..b25f38c 100644 --- a/sbin/ipfw/Makefile +++ b/sbin/ipfw/Makefile @@ -3,6 +3,7 @@ PROG= ipfw SRCS= ipfw2.c dummynet.c ipv6.c main.c nat.c altq.c WARNS?= 2 +DPADD= ${LIBUTIL} LDADD= -lutil MAN= ipfw.8 -- cgit v1.1