Module Name: src Committed By: christos Date: Tue Mar 3 12:54:51 UTC 2020
Modified Files: src/lib: Makefile Log Message: Move libpam to the next trench since it depends on ssh To generate a diff of this commit: cvs rdiff -u -r1.276 -r1.277 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.276 src/lib/Makefile:1.277 --- src/lib/Makefile:1.276 Mon Mar 2 23:20:50 2020 +++ src/lib/Makefile Tue Mar 3 07:54:51 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.276 2020/03/03 04:20:50 riastradh Exp $ +# $NetBSD: Makefile,v 1.277 2020/03/03 12:54:51 christos Exp $ # from: @(#)Makefile 5.25.1.1 (Berkeley) 5/7/91 .include <bsd.own.mk> @@ -257,11 +257,6 @@ SUBDIR+= librumpnet # depends on librump SUBDIR+= librumpvfs # depends on librump .endif -.if (${MKPAM} != "no") -SUBDIR+= libpam # depends on heimdal -SUBDIR+= ../external/bsd/pam-u2f/lib -.endif - SUBDIR+= ../crypto/external/bsd/libsaslc # depends on heimdal, openssl SUBDIR+= ../external/bsd/mdocml/lib @@ -269,6 +264,12 @@ SUBDIR+= ../external/bsd/mdocml/lib #==================== 4th library dependency barrier ==================== SUBDIR+= .WAIT +.if (${MKPAM} != "no") +SUBDIR+= libpam # depends on heimdal +SUBDIR+= ../external/bsd/pam-u2f/lib +.endif + + SUBDIR+= libukfs # depends on librumpvfs, librump .if (${MKTPM} != "no")