diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2004-04-21 18:23:45 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2004-04-21 18:23:45 +0000 |
commit | 32f19c9529396d6e157f0e3c3bbfe03cf7a78fa9 (patch) | |
tree | 1854f11c99242f48a433d56709e22c5f665b068d /etc/etc.luna88k/Makefile.inc | |
parent | 2e0e3d18cdaf8d519dbaf99a37c97514a5390de4 (diff) |
Populate /etc for luna88k
Diffstat (limited to 'etc/etc.luna88k/Makefile.inc')
-rw-r--r-- | etc/etc.luna88k/Makefile.inc | 16 |
1 files changed, 16 insertions, 0 deletions
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 |