diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-04-21 09:12:30 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-04-21 09:12:30 +0000 |
commit | bc2acd991a7c34b0f1817871caaea1d4a6a8bb72 (patch) | |
tree | 412f5e75b1105d5a3f86ce11a9dc015233e2ffc6 /etc/etc.sgi/Makefile.inc | |
parent | b2bbfa345372b16c2c709e398cc70ed7918599ec (diff) |
move bsd and bsd.rd and all such other MD "sets" into the MD files,
since we perhaps cannot assume that is what kernels will be in the
pathetically stupid world that SGI created
Diffstat (limited to 'etc/etc.sgi/Makefile.inc')
-rw-r--r-- | etc/etc.sgi/Makefile.inc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/etc/etc.sgi/Makefile.inc b/etc/etc.sgi/Makefile.inc index 97957a56e99..b792eff4b02 100644 --- a/etc/etc.sgi/Makefile.inc +++ b/etc/etc.sgi/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.5 2009/04/17 03:58:54 deraadt Exp $ +# $OpenBSD: Makefile.inc,v 1.6 2009/04/21 09:12:27 deraadt Exp $ kernels: bsd cp ${.CURDIR}/../sys/arch/sgi/compile/GENERIC/bsd \ @@ -9,7 +9,6 @@ bsd: cd ${.CURDIR}/../sys/arch/sgi/compile/GENERIC && \ ${MAKE} clean && ${MAKE} depend && exec ${MAKE} -MDEXT= +MDEXT= bsd bsd.rd cd${OSrev}.iso .PHONY: bsd - |