Module Name:    src
Committed By:   christos
Date:           Sun Nov  4 19:18:03 UTC 2012

Modified Files:
        src/lib: Makefile

Log Message:
fix typo


To generate a diff of this commit:
cvs rdiff -u -r1.190 -r1.191 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.190 src/lib/Makefile:1.191
--- src/lib/Makefile:1.190	Sun Nov  4 11:28:11 2012
+++ src/lib/Makefile	Sun Nov  4 14:18:03 2012
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.190 2012/11/04 16:28:11 christos Exp $
+#	$NetBSD: Makefile,v 1.191 2012/11/04 19:18:03 christos Exp $
 #	from: @(#)Makefile	5.25.1.1 (Berkeley) 5/7/91
 
 .include <bsd.own.mk>
@@ -201,7 +201,7 @@ SUBDIR+=	libukfs		# depends on librumpvf
 
 .if (${MKTPM} != "no")
 SUBDIR+=	../crypto/external/cpl/trousers/lib
-SUBDIR+=	../crypto/external/cpl/tpm_tools/lib
+SUBDIR+=	../crypto/external/cpl/tpm-tools/lib
 .endif
 
 #==================== 5th library dependency barrier ====================

Reply via email to