|
@ -1,11 +1,11 @@ |
|
|
# |
|
|
# |
|
|
# etc.pmax/Makefile.inc -- pmax-specific etc Makefile targets |
|
|
# etc.pmax/Makefile.inc -- pmax-specific etc Makefile targets |
|
|
# |
|
|
# |
|
|
# $Id: Makefile.inc,v 1.3 1997/05/05 07:54:55 deraadt Exp $ |
|
|
|
|
|
|
|
|
# $Id: Makefile.inc,v 1.4 1997/05/10 22:38:20 deraadt Exp $ |
|
|
|
|
|
|
|
|
.ifdef DESTDIR |
|
|
.ifdef DESTDIR |
|
|
|
|
|
|
|
|
snap_md: binutils bsd |
|
|
|
|
|
|
|
|
snap_md: binutils bsd simpleroot |
|
|
cp ${.CURDIR}/../sys/arch/sparc/compile/GENERIC/bsd \ |
|
|
cp ${.CURDIR}/../sys/arch/sparc/compile/GENERIC/bsd \ |
|
|
${DESTDIR}/snapshot/bsd |
|
|
${DESTDIR}/snapshot/bsd |
|
|
|
|
|
|
|
@ -20,4 +20,8 @@ bsd: |
|
|
cp ${.CURDIR}/../sys/arch/pmax/compile/GENERIC/bsd \ |
|
|
cp ${.CURDIR}/../sys/arch/pmax/compile/GENERIC/bsd \ |
|
|
${DESTDIR}/snapshot/bsd |
|
|
${DESTDIR}/snapshot/bsd |
|
|
|
|
|
|
|
|
|
|
|
simpleroot: |
|
|
|
|
|
cd ${.CURDIR}/../distrib/simpleroot && make cleandir && \ |
|
|
|
|
|
make && make install |
|
|
|
|
|
|
|
|
.endif # DESTDIR check |
|
|
.endif # DESTDIR check |