diff options
| author | Guido van Rooij <guido@FreeBSD.org> | 1999-11-23 21:53:19 +0000 |
|---|---|---|
| committer | Guido van Rooij <guido@FreeBSD.org> | 1999-11-23 21:53:19 +0000 |
| commit | ebcb6d9e5b30150d59369fb09d0ab00eae5b6c7d (patch) | |
| tree | 2b0ab4ab01dea6511a2cb45f64eb95b49c3f3cce /sbin/ipf/Makefile | |
| parent | 9cc86ee930d88ee4bf817ea7bf2a36679f1d1e47 (diff) | |
Notes
Diffstat (limited to 'sbin/ipf/Makefile')
| -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 000000000000..9056cf08e273 --- /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> |
