diff options
author | guido <guido@FreeBSD.org> | 2003-06-06 11:30:50 +0000 |
---|---|---|
committer | guido <guido@FreeBSD.org> | 2003-06-06 11:30:50 +0000 |
commit | 2036547e5904c679bd895be1c791785f1f10a23c (patch) | |
tree | 1f33f48fa124a6fe285d40516cca7621d1537ef7 /sbin/ipf | |
parent | 8dfc0712c774d1feb628c178e825da87df3f6a9d (diff) | |
download | FreeBSD-src-2036547e5904c679bd895be1c791785f1f10a23c.zip FreeBSD-src-2036547e5904c679bd895be1c791785f1f10a23c.tar.gz |
Move my maintainership of parts of ipfilter back to Darren Reed
Diffstat (limited to 'sbin/ipf')
-rw-r--r-- | sbin/ipf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/ipf/Makefile b/sbin/ipf/Makefile index dcb2856..7318948 100644 --- a/sbin/ipf/Makefile +++ b/sbin/ipf/Makefile @@ -11,6 +11,6 @@ CFLAGS+=-I${.CURDIR}/../../sys/contrib/ipfilter CFLAGS+=-I${.CURDIR}/../../contrib/ipfilter WARNS= 0 -MAINTAINER= guido@freebsd.org +MAINTAINER= darrenr@freebsd.org .include <bsd.prog.mk> |