aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ipresend
diff options
context:
space:
mode:
authorGuido van Rooij <guido@FreeBSD.org>1999-12-06 20:50:04 +0000
committerGuido van Rooij <guido@FreeBSD.org>1999-12-06 20:50:04 +0000
commit46eae78a17c39e6362f33afa211d8d84a55f36a3 (patch)
treef598f009950de6fdc2dbc5ee57b194daa1925668 /usr.sbin/ipresend
parent05ec6079703a3a0e03e8fcd683f8fa381d59ba79 (diff)
downloadsrc-46eae78a17c39e6362f33afa211d8d84a55f36a3.tar.gz
src-46eae78a17c39e6362f33afa211d8d84a55f36a3.zip
Move basic ifilter utils to sbin where they shold have been committed by
me in the first place. While we're at it: add MAINTAINER line
Notes
Notes: svn path=/head/; revision=54225
Diffstat (limited to 'usr.sbin/ipresend')
-rw-r--r--usr.sbin/ipresend/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.sbin/ipresend/Makefile b/usr.sbin/ipresend/Makefile
index 8a9d8b22b9e6..1313213e0d61 100644
--- a/usr.sbin/ipresend/Makefile
+++ b/usr.sbin/ipresend/Makefile
@@ -12,4 +12,6 @@ CFLAGS+=-DDOSOCKET -DIPL_NAME=\"/dev/ipl\" \
-I${.CURDIR}/../../contrib/ipfilter/ipsend \
-I${.CURDIR}/../../contrib/ipfilter
+MAINTAINER= guido@freebsd.org
+
.include <bsd.prog.mk>