summaryrefslogtreecommitdiff
path: root/etc/etc.amd64
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2004-03-20 20:27:02 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2004-03-20 20:27:02 +0000
commit150919c35a20ea94aa1656d817dd53cbbeda2727 (patch)
tree013e89322e983c0657c83152829c4dab6967a9c4 /etc/etc.amd64
parentbf6f31eafdc313e9db12d191a055d38a657fb1fd (diff)
no need for biosboot in snap
Diffstat (limited to 'etc/etc.amd64')
-rw-r--r--etc/etc.amd64/Makefile.inc7
1 files changed, 2 insertions, 5 deletions
diff --git a/etc/etc.amd64/Makefile.inc b/etc/etc.amd64/Makefile.inc
index cd33b86ae89..7e2f53d5775 100644
--- a/etc/etc.amd64/Makefile.inc
+++ b/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