# # etc.pmax/Makefile.inc -- pmax-specific etc Makefile targets # # $Id: Makefile.inc,v 1.2 1997/01/21 12:02:57 graichen Exp $ .ifdef DESTDIR snap_md: binutils 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 .endif # DESTDIR check