summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorMats O Jansson <maja@cvs.openbsd.org>1998-04-08 18:39:31 +0000
committerMats O Jansson <maja@cvs.openbsd.org>1998-04-08 18:39:31 +0000
commita8c51586d751b8323997c20ffb46881efd46b030 (patch)
tree75e357fe150af496c30ab31020bffad0b4dc3fb2 /etc
parent31b5ecc18bff5246ad1cd36900f5e866f2cacc27 (diff)
ugly hack to get kernels in simpleroot
Diffstat (limited to 'etc')
-rw-r--r--etc/etc.pmax/Makefile.inc8
1 files changed, 7 insertions, 1 deletions
diff --git a/etc/etc.pmax/Makefile.inc b/etc/etc.pmax/Makefile.inc
index bc36d82e0ac..c88559f42ea 100644
--- a/etc/etc.pmax/Makefile.inc
+++ b/etc/etc.pmax/Makefile.inc
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.inc,v 1.15 1998/04/02 19:57:29 maja Exp $
+# $OpenBSD: Makefile.inc,v 1.16 1998/04/08 18:39:30 maja Exp $
# etc.pmax/Makefile.inc -- pmax-specific etc Makefile targets
.ifdef DESTDIR
@@ -15,6 +15,8 @@ bsd:
make clean && make depend && make
cp ${.CURDIR}/../sys/arch/pmax/compile/GENERIC/bsd \
${DESTDIR}/snapshot/bsd
+ cp ${.CURDIR}/../sys/arch/pmax/compile/GENERIC/bsd \
+ ${DESTDIR}/bsd
bsd.nfs:
cd ${.CURDIR}/../sys/arch/pmax/conf && config GENERIC.NFS
@@ -22,6 +24,8 @@ bsd.nfs:
make clean && make depend && make
elf2ecoff ${.CURDIR}/../sys/arch/pmax/compile/GENERIC.NFS/bsd.elf \
${DESTDIR}/snapshot/bsd.nfs
+ elf2ecoff ${.CURDIR}/../sys/arch/pmax/compile/GENERIC.NFS/bsd.elf \
+ ${DESTDIR}/bsd.nfs
bsd.rz0:
cd ${.CURDIR}/../sys/arch/pmax/conf && config GENERIC.rz0
@@ -29,6 +33,8 @@ bsd.rz0:
make clean && make depend && make
cp ${.CURDIR}/../sys/arch/pmax/compile/GENERIC.rz0/bsd \
${DESTDIR}/snapshot/bsd.rz0
+ cp ${.CURDIR}/../sys/arch/pmax/compile/GENERIC.rz0/bsd \
+ ${DESTDIR}/bsd.rz0
distrib:
cd ${.CURDIR}/../distrib && make cleandir && \