diff options
| author | christos <christos@NetBSD.org> | 2020-03-25 17:11:06 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2020-03-25 17:11:06 +0000 |
| commit | ebb3b272bb9afdfb386f09ebcb0ca946f14a7caa (patch) | |
| tree | 53bd2612ac25ca2ea9073611ec7f78d13641910e /lib/libcrypt/Makefile | |
| parent | 3bb70afdaba214d22077357e275b96f0d5520e4c (diff) | |
PR/55095: David A. Holland: pw_gensalt(3) undocumented
Diffstat (limited to 'lib/libcrypt/Makefile')
| -rw-r--r-- | lib/libcrypt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libcrypt/Makefile b/lib/libcrypt/Makefile index 14abcd41bc8..68b59fa7677 100644 --- a/lib/libcrypt/Makefile +++ b/lib/libcrypt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2019/10/21 02:36:48 jhigh Exp $ +# $NetBSD: Makefile,v 1.27 2020/03/25 17:11:06 christos Exp $ .include <bsd.own.mk> @@ -21,7 +21,7 @@ LDADD+= -largon2 WARNS?= 5 -MAN= crypt.3 +MAN= crypt.3 pw_gensalt.3 MLINKS= crypt.3 encrypt.3 crypt.3 setkey.3 |
