From 666fb6724a1e091b21b85bb5e4a163ae4377a7ee Mon Sep 17 00:00:00 2001 From: Mike Barcroft Date: Tue, 21 Aug 2001 19:24:50 +0000 Subject: [PATCH] Take maintainership of whois(1). --- usr.bin/whois/Makefile | 2 ++ 1 file changed, 2 insertions(+) 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