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