From 32f19c9529396d6e157f0e3c3bbfe03cf7a78fa9 Mon Sep 17 00:00:00 2001 From: Miod Vallat Date: Wed, 21 Apr 2004 18:23:45 +0000 Subject: Populate /etc for luna88k --- etc/etc.luna88k/Makefile.inc | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 etc/etc.luna88k/Makefile.inc (limited to 'etc/etc.luna88k/Makefile.inc') diff --git a/etc/etc.luna88k/Makefile.inc b/etc/etc.luna88k/Makefile.inc new file mode 100644 index 00000000000..2a35f45385f --- /dev/null +++ b/etc/etc.luna88k/Makefile.inc @@ -0,0 +1,16 @@ +# $OpenBSD: Makefile.inc,v 1.1 2004/04/21 18:23:44 miod Exp $ +# etc.luna88k/Makefile.inc -- luna88k-specific etc Makefile targets + +.ifdef DESTDIR +snap_md: bsd-generic distrib + cp ${.CURDIR}/../sys/arch/luna88k/compile/GENERIC/bsd \ + ${DESTDIR}/snapshot/bsd + +bsd-generic: + cd ${.CURDIR}/../sys/arch/luna88k/conf && config GENERIC + cd ${.CURDIR}/../sys/arch/luna88k/compile/GENERIC && \ + ${MAKE} clean && ${MAKE} depend && ${MAKE} + +.PHONY: bsd-generic + +.endif # DESTDIR check -- cgit v1.2.3