aboutsummaryrefslogtreecommitdiff
path: root/sbin/ipf/Makefile
diff options
context:
space:
mode:
authorGuido van Rooij <guido@FreeBSD.org>1999-12-15 19:48:02 +0000
committerGuido van Rooij <guido@FreeBSD.org>1999-12-15 19:48:02 +0000
commit659c54f0bd192309ff593a7d9deab815f267cb88 (patch)
tree540b3b1363f555bfe8cda7f68af57f610542e673 /sbin/ipf/Makefile
parent8a125ca8fd57e7a26e6d0e740831cfd2694dea40 (diff)
Notes
Diffstat (limited to 'sbin/ipf/Makefile')
-rw-r--r--sbin/ipf/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/sbin/ipf/Makefile b/sbin/ipf/Makefile
index 9056cf08e273..6c2be11c61f4 100644
--- a/sbin/ipf/Makefile
+++ b/sbin/ipf/Makefile
@@ -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>