diff options
| -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 a066f9840b4d..f92ad6548f0e 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 |
