diff options
Diffstat (limited to 'usr.bin/whois/Makefile')
-rw-r--r-- | usr.bin/whois/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/usr.bin/whois/Makefile b/usr.bin/whois/Makefile new file mode 100644 index 00000000000..b7044a53829 --- /dev/null +++ b/usr.bin/whois/Makefile @@ -0,0 +1,6 @@ +# $NetBSD: Makefile,v 1.3 1994/11/14 05:13:23 jtc Exp $ +# @(#)Makefile 8.1 (Berkeley) 6/6/93 + +PROG= whois + +.include <bsd.prog.mk> |