diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2001-04-25 10:58:55 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2001-04-25 10:58:55 +0000 |
| commit | 4eceac1847a04ce95ae0af2bd9faf3220ecdc61e (patch) | |
| tree | 1177c1a51002d982dffd1cc41f0651a2dcaebeab /sbin/ipf | |
| parent | 48ba00dfa54583fe202236c8fe8ae8dbdca41118 (diff) | |
Notes
Diffstat (limited to 'sbin/ipf')
| -rw-r--r-- | sbin/ipf/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sbin/ipf/Makefile b/sbin/ipf/Makefile index b21a622e72bf..636a60affaab 100644 --- a/sbin/ipf/Makefile +++ b/sbin/ipf/Makefile @@ -3,9 +3,7 @@ .PATH: ${.CURDIR}/../../contrib/ipfilter ${.CURDIR}/../../contrib/ipfilter/man PROG= ipf -MAN4= ipf.4 -MAN5= ipf.5 -MAN8= ipf.8 +MAN= ipf.4 ipf.5 ipf.8 SRCS= ipf.c parse.c opt.c facpri.c common.c CFLAGS+=-DIPL_NAME=\"/dev/ipl\" -I- -I${.CURDIR}/../../sys/netinet -I${.CURDIR}/../../contrib/ipfilter |
