Module Name: src
Committed By: pettai
Date: Mon Nov 24 10:49:27 UTC 2014
Modified Files:
src/crypto/external/bsd/heimdal/lib/libkadm5srv: Makefile
Log Message:
Add MLINKS
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 \
src/crypto/external/bsd/heimdal/lib/libkadm5srv/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/crypto/external/bsd/heimdal/lib/libkadm5srv/Makefile
diff -u src/crypto/external/bsd/heimdal/lib/libkadm5srv/Makefile:1.2 src/crypto/external/bsd/heimdal/lib/libkadm5srv/Makefile:1.3
--- src/crypto/external/bsd/heimdal/lib/libkadm5srv/Makefile:1.2 Wed Sep 11 23:04:09 2013
+++ src/crypto/external/bsd/heimdal/lib/libkadm5srv/Makefile Mon Nov 24 10:49:27 2014
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2013/09/11 23:04:09 joerg Exp $
+# $NetBSD: Makefile,v 1.3 2014/11/24 10:49:27 pettai Exp $
USE_FORT?= yes # network protocol library
@@ -48,5 +48,11 @@ SRCS = \
MAN= kadm5_pwcheck.3
+MLINKS= \
+ kadm5_pwcheck.3 kadm5_setup_passwd_quality_check.3 \
+ kadm5_pwcheck.3 kadm5_add_passwd_quality_verifier.3 \
+ kadm5_pwcheck.3 kadm5_check_password_quality.3 \
+ kadm5_pwcheck.3 krb5_pwcheck.3 \
+
.include <${HEIMBASE}/Makefile.rules.inc>
.include <bsd.lib.mk>