freebsd-dev/sbin/ipfstat/Makefile
Darren Reed 8c5df86ea8 Darren,
Could you please enable my "state top" patches in the FreeBSD distribution.
I developped the stuff under FreeBSD, so it must be good there :-)

Here is a patch (relative to the RELENG_4 branch).

Thanks,

           Frank
2000-07-30 06:31:49 +00:00

16 lines
403 B
Makefile

# $FreeBSD$
.PATH: ${.CURDIR}/../../contrib/ipfilter ${.CURDIR}/../../contrib/ipfilter/man
PROG= ipfstat
MAN8= ipfstat.8
SRCS= fils.c parse.c opt.c kmem.c facpri.c common.c
CFLAGS+=-DIPL_NAME=\"/dev/ipl\" -DSTATETOP -I- -I${.CURDIR}/../../sys/netinet -I${.CURDIR}/../../sys -I${.CURDIR}/../../contrib/ipfilter
DPADD= ${NCURSES}
LDADD= -lncurses
MAINTAINER= guido@freebsd.org
.include <bsd.prog.mk>