Module Name: src
Committed By: kiyohara
Date: Thu Oct 28 08:32:31 UTC 2010
Added Files:
src/distrib/bebox: Makefile
Log Message:
Build ramdisk and floppies dir.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/distrib/bebox/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/bebox/Makefile
diff -u /dev/null src/distrib/bebox/Makefile:1.1
--- /dev/null Thu Oct 28 08:32:31 2010
+++ src/distrib/bebox/Makefile Thu Oct 28 08:32:30 2010
@@ -0,0 +1,6 @@
+# $NetBSD: Makefile,v 1.1 2010/10/28 08:32:30 kiyohara Exp $
+
+SUBDIR= ramdisk .WAIT floppies
+TARGETS+= release
+
+.include <bsd.subdir.mk>