summaryrefslogtreecommitdiff
path: root/distrib
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1996-10-12 01:35:20 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1996-10-12 01:35:20 +0000
commit2163925a12b34eb2ee6d9efc4e3dd8a019630d21 (patch)
treef193def3e7b5c08824cca27baed2bc5eb65d313f /distrib
parentb48bbc7bdb3f5f9664173d9490e8eb31488c3a64 (diff)
build kernel nicely
Diffstat (limited to 'distrib')
-rw-r--r--distrib/miniroot/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/miniroot/Makefile b/distrib/miniroot/Makefile
index 16c59baf586..90d9445a78d 100644
--- a/distrib/miniroot/Makefile
+++ b/distrib/miniroot/Makefile
@@ -32,8 +32,8 @@ all:
bsd:
cd ${.CURDIR}/../../../../sys/arch/${MACHINE}/conf && config GENERIC
- cd ${.CURDIR}/../../../../sys/arch/${MACHINE}/compile/GENERIC &&
- make clean && make depend && make &&
+ cd ${.CURDIR}/../../../../sys/arch/${MACHINE}/compile/GENERIC && \
+ make clean && make depend && make
cp ${.CURDIR}/../../../../sys/arch/${MACHINE}/compile/GENERIC/bsd bsd
all: ${CBIN} bsd