# # etc.pmax/Makefile.inc -- pmax-specific etc Makefile targets # # $Id: Makefile.inc,v 1.7 1997/05/14 07:37:08 graichen Exp $ .ifdef DESTDIR snap_md: binutils bsd simpleroot cp ${.CURDIR}/../sys/arch/sparc/compile/GENERIC/bsd \ ${DESTDIR}/snapshot/bsd binutils: cd ${DESTDIR} && tar cf - usr/*openbsd* \ | ${GZIP} ${GZIPFLAGS} > snapshot/usr.binutils.tar${GZIPEXT} bsd: cd ${.CURDIR}/../sys/arch/pmax/conf && config GENERIC cd ${.CURDIR}/../sys/arch/pmax/compile/GENERIC && \ make clean && make depend && make cp ${.CURDIR}/../sys/arch/pmax/compile/GENERIC/bsd \ ${DESTDIR}/snapshot/bsd bsd.nfs: cd ${.CURDIR}/../sys/arch/pmax/conf && config GENERIC.NFS cd ${.CURDIR}/../sys/arch/pmax/compile/GENERIC.NFS && \ make clean && make depend && make elf2ecoff ${.CURDIR}/../sys/arch/pmax/compile/GENERIC.NFS/bsd \ ${DESTDIR}/snapshot/bsd.nfs bsd.rz0: cd ${.CURDIR}/../sys/arch/pmax/conf && config GENERIC.rz0 cd ${.CURDIR}/../sys/arch/pmax/compile/GENERIC.rz0 && \ make clean && make depend && make cp ${.CURDIR}/../sys/arch/pmax/compile/GENERIC.rz0/bsd \ ${DESTDIR}/snapshot/bsd.rz0 simpleroot: cd ${.CURDIR}/../distrib/simpleroot && make cleandir && \ make && make install .endif # DESTDIR check