diff options
author | dm <dm@cvs.openbsd.org> | 1996-01-07 02:34:41 +0000 |
---|---|---|
committer | dm <dm@cvs.openbsd.org> | 1996-01-07 02:34:41 +0000 |
commit | 01b9b71d86a5edcc543a88b2d407927fa52c042d (patch) | |
tree | 878168b4effcec4e50c243cfd1095656af14f4db /sbin/ipfstat/Makefile | |
parent | 2defc765aa92d65e239f5b4d36582850fd58b7da (diff) |
from beurton@fnet.fr: Darren Reed's IP filter
Diffstat (limited to 'sbin/ipfstat/Makefile')
-rw-r--r-- | sbin/ipfstat/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sbin/ipfstat/Makefile b/sbin/ipfstat/Makefile new file mode 100644 index 00000000000..bafd458b225 --- /dev/null +++ b/sbin/ipfstat/Makefile @@ -0,0 +1,9 @@ +PROG= ipfstat +MAN= ipfstat.8 +SRCS= fils.c parse.c opt.c kmem.c +.PATH: ${.CURDIR}/../../sbin/ipf +CFLAGS+=-DIPL_NAME=\"/dev/ipl\" -I${.CURDIR}/../../sbin/ipf + + + +.include <bsd.prog.mk> |