diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2010-02-13 19:39:57 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2010-02-13 19:39:57 +0000 |
commit | cf41e2c785997d4f3fe031ef46037525a4efa548 (patch) | |
tree | 46d1d0c0c05acaecbbc2817e2e1e70095d5e958d | |
parent | 85eccd7adbe9c553a804906d854129d072ea77eb (diff) |
Copy bsd.elf into ${RELEASEDIR}.
-rw-r--r-- | etc/etc.socppc/Makefile.inc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/etc/etc.socppc/Makefile.inc b/etc/etc.socppc/Makefile.inc index 63d0c609b35..9742bbf331f 100644 --- a/etc/etc.socppc/Makefile.inc +++ b/etc/etc.socppc/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.3 2009/04/21 09:12:27 deraadt Exp $ +# $OpenBSD: Makefile.inc,v 1.4 2010/02/13 19:39:56 kettenis Exp $ kernels: bsd bootblocks cp ${.CURDIR}/../sys/arch/socppc/compile/GENERIC/bsd \ @@ -11,7 +11,8 @@ bsd: bootblocks: cp ${DESTDIR}/usr/mdec/boot ${RELEASEDIR}/boot + cp ${DESTDIR}/usr/mdec/boot.elf ${RELEASEDIR}/boot.elf -MDEXT= bsd bsd.rd boot +MDEXT= bsd bsd.rd boot boot.elf .PHONY: bsd bootblocks |