bf8f08004d
after the ipf library, since the ipf library depends on some functions from the kvm library. Fixes a build problem observed when building for sun2 (though I won't claim understanding why this doesn't show up elsewhere).
12 lines
194 B
Makefile
12 lines
194 B
Makefile
# $NetBSD: Makefile,v 1.18 2004/04/03 22:16:27 he Exp $
|
|
|
|
NOGCCERROR= # defined
|
|
|
|
PROG= ipfstat
|
|
SRCS= ipfstat.c
|
|
MAN= ipfstat.8
|
|
DPADD+= ${LIBCURSES}
|
|
LDADD+= -lcurses
|
|
|
|
.include <bsd.prog.mk>
|