From 3838e79e63f076e20454ef0b6dca75a1669a17ca Mon Sep 17 00:00:00 2001 From: jason <> Date: Tue, 11 Sep 2001 15:51:50 +0000 Subject: [PATCH] getting close to where this might be useful... --- src/etc/etc.sparc64/Makefile.inc | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 src/etc/etc.sparc64/Makefile.inc diff --git a/src/etc/etc.sparc64/Makefile.inc b/src/etc/etc.sparc64/Makefile.inc new file mode 100644 index 00000000..68e9079f --- /dev/null +++ b/src/etc/etc.sparc64/Makefile.inc @@ -0,0 +1,21 @@ +# $OpenBSD: Makefile.inc,v 1.1 2001/09/11 15:51:50 jason Exp $ +# etc.sparc64/Makefile.inc -- sparc64-specific etc Makefile targets + +.ifdef DESTDIR +snap_md: bsd bootblocks distrib + cp ${.CURDIR}/../sys/arch/sparc64/compile/GENERIC/bsd \ + ${DESTDIR}/snapshot/bsd + +bsd: + cd ${.CURDIR}/../sys/arch/sparc64/conf && config GENERIC + cd ${.CURDIR}/../sys/arch/sparc64/compile/GENERIC && \ + make clean && make depend && make + +bootblocks: + cp ${DESTDIR}/usr/mdec/*boot* ${DESTDIR}/snapshot + +distrib: + cd ${.CURDIR}/../distrib && make cleandir && \ + make && make install + +.endif # DESTDIR check