diff options
author | mike <mike@FreeBSD.org> | 2001-08-21 19:24:50 +0000 |
---|---|---|
committer | mike <mike@FreeBSD.org> | 2001-08-21 19:24:50 +0000 |
commit | bcf70c152e95b7e08ef25757202ecfe272f0ce7d (patch) | |
tree | b8aa3796d2d52ce1922da6c887ef90fd86d207af /usr.bin/whois | |
parent | 99b2d7167cc3accefec39fb88a2a5c4182cc842a (diff) | |
download | FreeBSD-src-bcf70c152e95b7e08ef25757202ecfe272f0ce7d.zip FreeBSD-src-bcf70c152e95b7e08ef25757202ecfe272f0ce7d.tar.gz |
Take maintainership of whois(1).
Diffstat (limited to 'usr.bin/whois')
-rw-r--r-- | usr.bin/whois/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/whois/Makefile b/usr.bin/whois/Makefile index a066f98..f92ad65 100644 --- a/usr.bin/whois/Makefile +++ b/usr.bin/whois/Makefile @@ -1,6 +1,8 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 # $FreeBSD$ +MAINTAINER= mike@FreeBSD.org + PROG= whois WARNS?= 2 |