diff options
| author | Mike Barcroft <mike@FreeBSD.org> | 2001-08-21 19:24:50 +0000 |
|---|---|---|
| committer | Mike Barcroft <mike@FreeBSD.org> | 2001-08-21 19:24:50 +0000 |
| commit | 666fb6724a1e091b21b85bb5e4a163ae4377a7ee (patch) | |
| tree | b8aa3796d2d52ce1922da6c887ef90fd86d207af | |
| parent | c9fa8f40febccf42c90f71da41f9d6e2f6e94c7b (diff) | |
Notes
| -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 |
