summaryrefslogtreecommitdiffstats
path: root/sbin/ipfstat
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2001-06-23 09:10:48 +0000
committerru <ru@FreeBSD.org>2001-06-23 09:10:48 +0000
commit2eed84a59b4f2a571114c4eba2a98b1646280a97 (patch)
treec64b5a579d5a6c57cda64ab8ad41ccde63ea14e2 /sbin/ipfstat
parent91931fd332af9d86e838cd4714ce100046a16818 (diff)
downloadFreeBSD-src-2eed84a59b4f2a571114c4eba2a98b1646280a97.zip
FreeBSD-src-2eed84a59b4f2a571114c4eba2a98b1646280a97.tar.gz
Fixed DPADD.
Submitted by: bde
Diffstat (limited to 'sbin/ipfstat')
-rw-r--r--sbin/ipfstat/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/ipfstat/Makefile b/sbin/ipfstat/Makefile
index 56731cb..f9a83a7 100644
--- a/sbin/ipfstat/Makefile
+++ b/sbin/ipfstat/Makefile
@@ -9,8 +9,8 @@ CFLAGS+=-DUSE_INET6 -DIPL_NAME=\"/dev/ipl\" -DSTATETOP
CFLAGS+=-I${.CURDIR}/../../sys/contrib/ipfilter/netinet
CFLAGS+=-I${.CURDIR}/../../contrib/ipfilter
-DPADD= ${NCURSES}
-LDADD= -lncurses
+DPADD= ${LIBNCURSES}
+LDADD= -lncurses
MAINTAINER= guido@freebsd.org
OpenPOWER on IntegriCloud