diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2011-07-22 09:30:55 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2011-07-22 09:30:55 +0000 |
commit | a9b4c06ebf41cc104b32ac8b53f1216d9f43366b (patch) | |
tree | 0d13349816cc5f7b911f32ff2e178f3a11e5d3a6 /etc/etc.luna88k/Makefile.inc | |
parent | 180b3f32fdc59ec916e5236e2f6f2445b1698cc7 (diff) |
unify kernel building on various platforms.
feedback from miod@ and deraadt@
Diffstat (limited to 'etc/etc.luna88k/Makefile.inc')
-rw-r--r-- | etc/etc.luna88k/Makefile.inc | 17 |
1 files changed, 4 insertions, 13 deletions
diff --git a/etc/etc.luna88k/Makefile.inc b/etc/etc.luna88k/Makefile.inc index 94966c6c2d2..6006bf6b3bf 100644 --- a/etc/etc.luna88k/Makefile.inc +++ b/etc/etc.luna88k/Makefile.inc @@ -1,15 +1,6 @@ -# $OpenBSD: Makefile.inc,v 1.5 2011/04/15 03:11:38 deraadt Exp $ +# $OpenBSD: Makefile.inc,v 1.6 2011/07/22 09:30:54 espie Exp $ -kernels: bsd - cp ${.CURDIR}/../sys/arch/luna88k/compile/GENERIC/bsd \ - ${RELEASEDIR}/bsd - -bsd: - cd ${.CURDIR}/../sys/arch/luna88k/conf && config GENERIC - cd ${.CURDIR}/../sys/arch/luna88k/compile/GENERIC && \ - ${MAKE} clean && ${MAKE} - -MDEXT= bsd bsd.rd - -.PHONY: bsd +bootblocks: + # XXX no bootblocks ? +MDEXT= bsd.rd |