summaryrefslogtreecommitdiff
path: root/net/ywho/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/ywho/Makefile')
-rw-r--r--net/ywho/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/net/ywho/Makefile b/net/ywho/Makefile
new file mode 100644
index 00000000000..9c2b03d1b6d
--- /dev/null
+++ b/net/ywho/Makefile
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.1.1.1 1999/07/11 22:34:46 kim Exp $
+#
+
+DISTNAME= ywho-1.1
+CATEGORIES= net
+MASTER_SITES= ftp://ftp.gw.com/pub/people/kim/
+
+MAINTAINER= kim@tac.nyc.ny.us
+
+NO_CONFIGURE= yes
+ALL_TARGET= all DEST=${PREFIX}
+INSTALL_TARGET= install install.man DEST=${PREFIX}
+
+.include "../../mk/bsd.pkg.mk"