From a63e8ce9e7dce226e407deaa9de7680c25722b3c Mon Sep 17 00:00:00 2001 From: Luigi Rizzo Date: Mon, 8 Mar 2010 14:43:55 +0000 Subject: [PATCH] add back DPADD (removed by mistake in a previous commit) --- sbin/ipfw/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/sbin/ipfw/Makefile b/sbin/ipfw/Makefile index c09ebca32e87..b25f38ca2e8b 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