Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Mar 2010 14:43:55 +0000 (UTC)
From:      Luigi Rizzo <luigi@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r204869 - head/sbin/ipfw
Message-ID:  <201003081443.o28Eht60021546@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: luigi
Date: Mon Mar  8 14:43:55 2010
New Revision: 204869
URL: http://svn.freebsd.org/changeset/base/204869

Log:
  add back DPADD (removed by mistake in a previous commit)

Modified:
  head/sbin/ipfw/Makefile

Modified: head/sbin/ipfw/Makefile
==============================================================================
--- head/sbin/ipfw/Makefile	Mon Mar  8 13:37:14 2010	(r204868)
+++ head/sbin/ipfw/Makefile	Mon Mar  8 14:43:55 2010	(r204869)
@@ -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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201003081443.o28Eht60021546>