summaryrefslogtreecommitdiff
path: root/distrib/landisk/Makefile
diff options
context:
space:
mode:
authorDale Rahn <drahn@cvs.openbsd.org>2006-11-08 23:09:35 +0000
committerDale Rahn <drahn@cvs.openbsd.org>2006-11-08 23:09:35 +0000
commit9531f4ad38bdd9fac9f312c6f010c8ff3f21cf25 (patch)
tree5b30de76cd5936e27189745379f024639109a133 /distrib/landisk/Makefile
parent99267e80e1e4637567cdee4af19d80ec1d3cc2d0 (diff)
build miniroot
Diffstat (limited to 'distrib/landisk/Makefile')
-rw-r--r--distrib/landisk/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/distrib/landisk/Makefile b/distrib/landisk/Makefile
index 3527d1d77f6..f8dda62d31a 100644
--- a/distrib/landisk/Makefile
+++ b/distrib/landisk/Makefile
@@ -1,5 +1,7 @@
-# $OpenBSD: Makefile,v 1.1 2006/10/25 04:04:16 drahn Exp $
+# $OpenBSD: Makefile,v 1.2 2006/11/08 23:09:34 drahn Exp $
-SUBDIR= ramdisk
+# miniroot must build after ramdisk, it reaches over and uses bsd.rd
+
+SUBDIR= ramdisk miniroot
.include <bsd.subdir.mk>