Module Name:    src
Committed By:   christos
Date:           Tue Mar  3 20:01:01 UTC 2020

Modified Files:
        src/lib: Makefile

Log Message:
move the pam module after the trench where pam is being build


To generate a diff of this commit:
cvs rdiff -u -r1.278 -r1.279 src/lib/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/Makefile
diff -u src/lib/Makefile:1.278 src/lib/Makefile:1.279
--- src/lib/Makefile:1.278	Tue Mar  3 09:29:57 2020
+++ src/lib/Makefile	Tue Mar  3 15:01:01 2020
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.278 2020/03/03 14:29:57 rin Exp $
+#	$NetBSD: Makefile,v 1.279 2020/03/03 20:01:01 christos Exp $
 #	from: @(#)Makefile	5.25.1.1 (Berkeley) 5/7/91
 
 .include <bsd.own.mk>
@@ -266,7 +266,6 @@ SUBDIR+=	.WAIT
 
 .if (${MKPAM} != "no")
 SUBDIR+=	libpam		# depends on heimdal, libssh
-SUBDIR+=	../external/bsd/pam-u2f/lib
 .endif
 
 
@@ -279,6 +278,10 @@ SUBDIR+=	../crypto/external/cpl/trousers
 #==================== 5th library dependency barrier ====================
 SUBDIR+=	.WAIT
 
+.if (${MKPAM} != "no")
+SUBDIR+=	../external/bsd/pam-u2f/lib	# depends on libpam
+.endif
+
 SUBDIR+=	libp2k		# depends on libukfs, librumpvfs, libpuffs
 
 .if (${MKTPM} != "no")

Reply via email to