mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-29 12:03:03 +00: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
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=54653
@ -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 New Issue
Block a user