diff options
author | alex <alex@FreeBSD.org> | 2000-07-22 16:37:35 +0000 |
---|---|---|
committer | alex <alex@FreeBSD.org> | 2000-07-22 16:37:35 +0000 |
commit | 3b6b08dcd4f9914d2c389ef2ec730c82273af77f (patch) | |
tree | 1b11ea4cf891239367b24bbcbe392b46acd121ad /sysutils/Makefile | |
parent | 1cf71214e7acef8413788bebbd0a984884b64f77 (diff) | |
download | FreeBSD-ports-3b6b08dcd4f9914d2c389ef2ec730c82273af77f.zip FreeBSD-ports-3b6b08dcd4f9914d2c389ef2ec730c82273af77f.tar.gz |
Add pwgen 1.15, a password generator with various options which influence
the security of the password.
Diffstat (limited to 'sysutils/Makefile')
-rw-r--r-- | sysutils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 277bc2f..ec295e0 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -69,6 +69,7 @@ SUBDIR += prips SUBDIR += procmap SUBDIR += psmisc + SUBDIR += pwgen SUBDIR += rdate SUBDIR += rtty SUBDIR += roottail |