summaryrefslogtreecommitdiff
path: root/sysutils/genpasswd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/genpasswd/Makefile')
-rw-r--r--sysutils/genpasswd/Makefile21
1 files changed, 0 insertions, 21 deletions
diff --git a/sysutils/genpasswd/Makefile b/sysutils/genpasswd/Makefile
deleted file mode 100644
index 031354d5a86..00000000000
--- a/sysutils/genpasswd/Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
-# $NetBSD: Makefile,v 1.4 2005/11/02 18:44:40 minskim Exp $
-#
-
-DISTNAME= genpasswd-1.5
-CATEGORIES= sysutils
-MASTER_SITES= ftp://ftp.gw.com/pub/people/kim/
-
-MAINTAINER= kim@tac.nyc.ny.us
-COMMENT= Random password generator
-
-NO_CONFIGURE= yes
-
-INSTALL_TARGET= install install.man DEST=${PREFIX}
-
-.include "../../mk/bsd.prefs.mk"
-
-.if ${OPSYS} == "Darwin"
-BUILD_TARGET= gcc
-.endif
-
-.include "../../mk/bsd.pkg.mk"