summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordrahn <drahn@openbsd.org>2006-11-03 21:28:15 +0000
committerdrahn <drahn@openbsd.org>2006-11-03 21:28:15 +0000
commitd27710edda15bb0cc452fcb58063d8692cd74343 (patch)
treec77f8c8897d12b0cc7231ccf0fd35ea69f615b9b
parentDont double fork, and since the assembles the same, use -1, instead of 0xff (diff)
downloadwireguard-openbsd-d27710edda15bb0cc452fcb58063d8692cd74343.tar.xz
wireguard-openbsd-d27710edda15bb0cc452fcb58063d8692cd74343.zip
build the right kernel...
-rw-r--r--distrib/landisk/ramdisk/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/distrib/landisk/ramdisk/Makefile b/distrib/landisk/ramdisk/Makefile
index f2d142aa55b..7cda8104d78 100644
--- a/distrib/landisk/ramdisk/Makefile
+++ b/distrib/landisk/ramdisk/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.1 2006/10/25 04:04:16 drahn Exp $
+# $OpenBSD: Makefile,v 1.2 2006/11/03 21:28:15 drahn Exp $
REV= ${OSrev}
@@ -52,10 +52,10 @@ ${IMAGE}: rd_setup do_files rd_teardown
.endif
bsd:
- cd ${TOP}/../../sys/arch/armish/conf && config RAMDISK
- cd ${TOP}/../../sys/arch/armish/compile/RAMDISK && \
+ cd ${TOP}/../../sys/arch/landisk/conf && config RAMDISK
+ cd ${TOP}/../../sys/arch/landisk/compile/RAMDISK && \
${MAKE} clean && ${MAKE} depend && ${MAKE}
- cp ${TOP}/../../sys/arch/armish/compile/RAMDISK/bsd bsd
+ cp ${TOP}/../../sys/arch/landisk/compile/RAMDISK/bsd bsd
rd_setup:
dd if=/dev/zero of=${IMAGE} bs=512 count=${NBLKS}