diff options
author | kim <kim@pkgsrc.org> | 1999-07-11 22:34:46 +0000 |
---|---|---|
committer | kim <kim@pkgsrc.org> | 1999-07-11 22:34:46 +0000 |
commit | cfd2b8d704116a87bf8522db0c3173b34f7d7563 (patch) | |
tree | 52c594adf58e4d424c8425af66c943ad835ca03a /net/ywho/Makefile | |
parent | 70ac9c684aa3872c4178205be990fb26ef9d69e5 (diff) | |
download | pkgsrc-cfd2b8d704116a87bf8522db0c3173b34f7d7563.tar.gz |
An on-demand rwho and friends.
Diffstat (limited to 'net/ywho/Makefile')
-rw-r--r-- | net/ywho/Makefile | 14 |
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" |