diff options
| author | christos <christos@NetBSD.org> | 2001-03-13 16:30:13 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2001-03-13 16:30:13 +0000 |
| commit | 4b374bca7a7f3fc4e850809cdc29f531462cde2a (patch) | |
| tree | aaccc8b6e185c1e1d5be4a2c7666378883d81b66 /usr.sbin/ipf/ipfstat | |
| parent | c4e5d9e2b5b4957765fff8e180ac96b78d60aefc (diff) | |
add -lcurses
Diffstat (limited to 'usr.sbin/ipf/ipfstat')
| -rw-r--r-- | usr.sbin/ipf/ipfstat/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/ipf/ipfstat/Makefile b/usr.sbin/ipf/ipfstat/Makefile index 4a23feb70ec..9d21dc40611 100644 --- a/usr.sbin/ipf/ipfstat/Makefile +++ b/usr.sbin/ipf/ipfstat/Makefile @@ -1,7 +1,9 @@ -# $NetBSD: Makefile,v 1.13 2000/05/03 11:40:55 veego Exp $ +# $NetBSD: Makefile,v 1.14 2001/03/13 16:30:13 christos Exp $ PROG= ipfstat SRCS= fils.c parse.c kmem.c opt.c facpri.c common.c MAN= ipfstat.8 +DPADD= ${LIBCURSES} +LDADD= -lcurses .include <bsd.prog.mk> |
