Browse Source

ugly hack to get kernels in simpleroot

OPENBSD_2_3
maja 27 years ago
parent
commit
1431f5b7d8
1 changed files with 7 additions and 1 deletions
  1. +7
    -1
      src/etc/etc.pmax/Makefile.inc

+ 7
- 1
src/etc/etc.pmax/Makefile.inc View File

@ -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 && \


Loading…
Cancel
Save