Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/rump/librump descend into librumpcrypto for a local build



details:   https://anonhg.NetBSD.org/src/rev/721baf0b5f4d
branches:  trunk
changeset: 747123:721baf0b5f4d
user:      pooka <pooka%NetBSD.org@localhost>
date:      Thu Sep 03 12:35:19 2009 +0000

description:
descend into librumpcrypto for a local build

diffstat:

 sys/rump/librump/Makefile |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (15 lines):

diff -r 72d621c6f281 -r 721baf0b5f4d sys/rump/librump/Makefile
--- a/sys/rump/librump/Makefile Thu Sep 03 12:33:54 2009 +0000
+++ b/sys/rump/librump/Makefile Thu Sep 03 12:35:19 2009 +0000
@@ -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>



Home | Main Index | Thread Index | Old Index