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
58957b10fc
commit
f1dbc9eff7
@ -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