summaryrefslogtreecommitdiff
path: root/sysutils/genpasswd/Makefile
diff options
context:
space:
mode:
authorkim <kim@pkgsrc.org>1999-10-05 03:07:52 +0000
committerkim <kim@pkgsrc.org>1999-10-05 03:07:52 +0000
commit80d153ff2f3e7f331d28e6e971707940f67aa268 (patch)
tree75237a37f5ebb94eb1ad86da83635ad5cce7e080 /sysutils/genpasswd/Makefile
parent1624d0f4cc7d6fc92ec067d34d04ebbddef0afcc (diff)
downloadpkgsrc-80d153ff2f3e7f331d28e6e971707940f67aa268.tar.gz
Generate random passwords that are pronouncible in Finnish.
Useful for assigning an initial password to new accounts (has an option to output the encrypted form of the password also).
Diffstat (limited to 'sysutils/genpasswd/Makefile')
-rw-r--r--sysutils/genpasswd/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/sysutils/genpasswd/Makefile b/sysutils/genpasswd/Makefile
new file mode 100644
index 00000000000..7fa3b38802f
--- /dev/null
+++ b/sysutils/genpasswd/Makefile
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1.1.1 1999/10/05 03:07:52 kim Exp $
+#
+
+DISTNAME= genpasswd-1.5
+CATEGORIES= sysutils
+MASTER_SITES= ftp://ftp.gw.com/pub/people/kim/
+
+MAINTAINER= kim@tac.nyc.ny.us
+
+NO_CONFIGURE= yes
+NO_PATCH= yes
+
+INSTALL_TARGET= install install.man DEST=${PREFIX}
+
+.include "../../mk/bsd.pkg.mk"