diff options
author | guido <guido@FreeBSD.org> | 1999-11-23 21:53:19 +0000 |
---|---|---|
committer | guido <guido@FreeBSD.org> | 1999-11-23 21:53:19 +0000 |
commit | b3195eaeee6fa7f88b3aec266a9c971acadace6f (patch) | |
tree | fee0690522f39f79a4298465718736dc2c0fea2f /sbin/ipf | |
parent | 75b4f99d65c79fc19890c1fe50a53dcb8e962c4b (diff) | |
download | FreeBSD-src-b3195eaeee6fa7f88b3aec266a9c971acadace6f.zip FreeBSD-src-b3195eaeee6fa7f88b3aec266a9c971acadace6f.tar.gz |
Revive userland stuff for ipfilter.
Also fixes:
PR: 7791
Diffstat (limited to 'sbin/ipf')
-rw-r--r-- | sbin/ipf/Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sbin/ipf/Makefile b/sbin/ipf/Makefile new file mode 100644 index 0000000..9056cf0 --- /dev/null +++ b/sbin/ipf/Makefile @@ -0,0 +1,12 @@ +# $FreeBSD$ + +.PATH: ${.CURDIR}/../../contrib/ipfilter ${.CURDIR}/../../contrib/ipfilter/man + +PROG= ipf +MAN4= ipf.4 +MAN5= ipf.5 +MAN8= ipf.8 +SRCS= ipf.c parse.c opt.c facpri.c +CFLAGS+=-DIPL_NAME=\"/dev/ipl\" -I- -I${.CURDIR}/../../sys/netinet -I${.CURDIR}/../../contrib/ipfilter + +.include <bsd.prog.mk> |