add -lcurses

This commit is contained in:
christos 2001-03-13 16:30:13 +00:00
parent c4e5d9e2b5
commit 4b374bca7a
1 changed files with 3 additions and 1 deletions

View File

@ -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>