Module Name: src
Committed By: christos
Date: Sun Nov 4 19:48:08 UTC 2012
Modified Files:
src/lib: Makefile
Log Message:
put a wait barrier between trousers and tpm-tools
To generate a diff of this commit:
cvs rdiff -u -r1.191 -r1.192 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.191 src/lib/Makefile:1.192
--- src/lib/Makefile:1.191 Sun Nov 4 14:18:03 2012
+++ src/lib/Makefile Sun Nov 4 14:48:08 2012
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.191 2012/11/04 19:18:03 christos Exp $
+# $NetBSD: Makefile,v 1.192 2012/11/04 19:48:08 christos Exp $
# from: @(#)Makefile 5.25.1.1 (Berkeley) 5/7/91
.include <bsd.own.mk>
@@ -201,7 +201,6 @@ SUBDIR+= libukfs # depends on librumpvf
.if (${MKTPM} != "no")
SUBDIR+= ../crypto/external/cpl/trousers/lib
-SUBDIR+= ../crypto/external/cpl/tpm-tools/lib
.endif
#==================== 5th library dependency barrier ====================
@@ -209,6 +208,10 @@ SUBDIR+= .WAIT
SUBDIR+= libp2k # depends on libukfs, librumpvfs, libpuffs
+.if (${MKTPM} != "no")
+SUBDIR+= ../crypto/external/cpl/tpm-tools/lib # depends on trousers
+.endif
+
.if !defined(BSD_MK_COMPAT_FILE)
SUBDIR+= ../sys/rump/dev/lib
SUBDIR+= ../sys/rump/fs/lib