mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-16 15:44:04 +01:00
5021f7402d
Obtained from: large chunks stolen from OpenBSD and NetBSD
11 lines
307 B
Makefile
11 lines
307 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
|
|
CFLAGS+=-DIPL_NAME=\"/dev/ipl\" -I- -I${.CURDIR}/../../sys/netinet -I${.CURDIR}/../../sys -I${.CURDIR}/../../contrib/ipfilter
|
|
|
|
.include <bsd.prog.mk>
|