Module Name: src
Committed By: matt
Date: Sat Mar 28 12:54:32 UTC 2015
Added Files:
src/distrib/riscv: Makefile
Log Message:
Makefile to descend into ramdisk
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/distrib/riscv/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: src/distrib/riscv/Makefile
diff -u /dev/null src/distrib/riscv/Makefile:1.1
--- /dev/null Sat Mar 28 12:54:32 2015
+++ src/distrib/riscv/Makefile Sat Mar 28 12:54:31 2015
@@ -0,0 +1,7 @@
+# $NetBSD: Makefile,v 1.1 2015/03/28 12:54:31 matt Exp $
+
+SUBDIR= ramdisk
+#SUBDIR+= .WAIT md-kernel
+TARGETS+= release
+
+.include <bsd.subdir.mk>