Module Name: src
Committed By: pooka
Date: Thu Sep 3 12:35:19 UTC 2009
Modified Files:
src/sys/rump/librump: Makefile
Log Message:
descend into librumpcrypto for a local build
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/rump/librump/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/rump/librump/Makefile
diff -u src/sys/rump/librump/Makefile:1.4 src/sys/rump/librump/Makefile:1.5
--- src/sys/rump/librump/Makefile:1.4 Wed Nov 19 14:10:49 2008
+++ src/sys/rump/librump/Makefile Thu Sep 3 12:35:19 2009
@@ -1,6 +1,9 @@
-# $NetBSD: Makefile,v 1.4 2008/11/19 14:10:49 pooka Exp $
+# $NetBSD: Makefile,v 1.5 2009/09/03 12:35:19 pooka Exp $
#
-SUBDIR= rumpkern rumpnet rumpuser rumpvfs
+SUBDIR= rumpkern
+SUBDIR+= rumpuser
+
+SUBDIR+= rumpcrypto rumpnet rumpvfs
.include <bsd.subdir.mk>