diff options
| author | Guido van Rooij <guido@FreeBSD.org> | 2005-01-07 09:22:02 +0000 |
|---|---|---|
| committer | Guido van Rooij <guido@FreeBSD.org> | 2005-01-07 09:22:02 +0000 |
| commit | 74130150bdadb062e434e55a18e6404b950a936a (patch) | |
| tree | fc605a056c4e37bf8a023c1cbd7dbd1d9b52f951 | |
| parent | 66700df04f846bca9fec5a216ef016d30decbed9 (diff) | |
Notes
| -rw-r--r-- | sbin/ipf/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sbin/ipf/Makefile b/sbin/ipf/Makefile index 1964def66ef8f..9c1af0eda7267 100644 --- a/sbin/ipf/Makefile +++ b/sbin/ipf/Makefile @@ -4,6 +4,8 @@ PROG= ipf MAN= ipf.4 ipf.5 ipf.8 +MLINKS= ipf.5 ipf.conf.5 \ + ipf.5 ipf6.conf.5 SRCS= ipf.c parse.c opt.c facpri.c common.c CFLAGS+=-DUSE_INET6 -DIPL_NAME=\"/dev/ipl\" CFLAGS+=-I${.CURDIR}/../../sys/contrib/ipfilter/netinet |
