From ff08cae9aa57115a722554d5c541caf597943df1 Mon Sep 17 00:00:00 2001 From: deraadt <> Date: Sat, 20 Mar 2004 20:27:01 +0000 Subject: [PATCH] no need for biosboot in snap --- src/etc/etc.amd64/Makefile.inc | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/etc/etc.amd64/Makefile.inc b/src/etc/etc.amd64/Makefile.inc index cd33b86a..7e2f53d5 100644 --- a/src/etc/etc.amd64/Makefile.inc +++ b/src/etc/etc.amd64/Makefile.inc @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile.inc,v 1.2 2004/02/07 20:30:59 deraadt Exp $ +# $OpenBSD: Makefile.inc,v 1.3 2004/03/20 20:27:01 deraadt Exp $ .ifdef DESTDIR -snap_md: boot bsd distrib +snap_md: bsd distrib cp ${.CURDIR}/../sys/arch/amd64/compile/GENERIC/bsd \ ${DESTDIR}/snapshot/bsd @@ -10,9 +10,6 @@ bsd: cd ${.CURDIR}/../sys/arch/amd64/compile/GENERIC && \ ${MAKE} clean && ${MAKE} depend && exec ${MAKE} -boot: - cp ${DESTDIR}/usr/mdec/biosboot ${DESTDIR}/snapshot - .PHONY: bsd .endif # DESTDIR check