diff options
author | dwmalone <dwmalone@FreeBSD.org> | 2003-07-15 16:52:22 +0000 |
---|---|---|
committer | dwmalone <dwmalone@FreeBSD.org> | 2003-07-15 16:52:22 +0000 |
commit | 650c3605697c9edd128d32bbfd4ce367331f08d6 (patch) | |
tree | 31c1f6017dbf5006e6aeb82779ff613e64d46c5a /usr.sbin/inetd/Makefile | |
parent | 48243b0d5531915e237d98f617cc91faa6bc4f88 (diff) | |
download | FreeBSD-src-650c3605697c9edd128d32bbfd4ce367331f08d6.zip FreeBSD-src-650c3605697c9edd128d32bbfd4ce367331f08d6.tar.gz |
Move my inetd maintainer note to src/MAINTAINERS.
Diffstat (limited to 'usr.sbin/inetd/Makefile')
-rw-r--r-- | usr.sbin/inetd/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/usr.sbin/inetd/Makefile b/usr.sbin/inetd/Makefile index cf82f76..3f01bb8 100644 --- a/usr.sbin/inetd/Makefile +++ b/usr.sbin/inetd/Makefile @@ -1,8 +1,6 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 # $FreeBSD$ -MAINTAINER= dwmalone - PROG= inetd MAN= inetd.8 MLINKS= inetd.8 inetd.conf.5 |