mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Add MAINTAINER tag.
The Makefiles in sbin/{ipfstat,ipmon,ipnat} were repository copied
from the respective directories in usr.sbin
This commit is contained in:
parent
8a125ca8fd
commit
659c54f0bd
4 changed files with 8 additions and 0 deletions
|
|
@ -9,4 +9,6 @@ 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
|
||||
|
||||
MAINTAINER= guido@freebsd.org
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
|
|
|||
|
|
@ -7,4 +7,6 @@ MAN8= ipfstat.8
|
|||
SRCS= fils.c parse.c opt.c kmem.c facpri.c
|
||||
CFLAGS+=-DIPL_NAME=\"/dev/ipl\" -I- -I${.CURDIR}/../../sys/netinet -I${.CURDIR}/../../sys -I${.CURDIR}/../../contrib/ipfilter
|
||||
|
||||
MAINTAINER= guido@freebsd.org
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
|
|
|||
|
|
@ -8,4 +8,6 @@ SRCS= ipmon.c
|
|||
|
||||
CFLAGS+=-DIPL_NAME=\"/dev/ipl\" -I- -I${.CURDIR}/../../sys -I${.CURDIR}/../../contrib/ipfilter
|
||||
|
||||
MAINTAINER= guido@freebsd.org
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
|
|
|||
|
|
@ -9,4 +9,6 @@ MAN5= ipnat.5
|
|||
SRCS= ipnat.c kmem.c natparse.c
|
||||
CFLAGS+=-DIPL_NAME=\"/dev/ipl\" -I- -I${.CURDIR}/../../sys/netinet -I${.CURDIR}/../../sys -I${.CURDIR}/../../contrib/ipfilter
|
||||
|
||||
MAINTAINER= guido@freebsd.org
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
|
|
|||
Loading…
Reference in a new issue