summaryrefslogtreecommitdiff
path: root/sys/arch/amd64
diff options
context:
space:
mode:
authorJoel Sing <jsing@cvs.openbsd.org>2014-01-20 08:43:12 +0000
committerJoel Sing <jsing@cvs.openbsd.org>2014-01-20 08:43:12 +0000
commit76eded7f590ac9b53d043761983b15fdf294a694 (patch)
treebea67e830099b27cc4fc83f343fabcbac7492150 /sys/arch/amd64
parent24c56e1d39e48d1fc8bf94e9c6e1d59893e8f037 (diff)
Unlink the old amd64/i386 installboot.
Diffstat (limited to 'sys/arch/amd64')
-rw-r--r--sys/arch/amd64/stand/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/amd64/stand/Makefile b/sys/arch/amd64/stand/Makefile
index 2a4a37e56cc..085ea10656f 100644
--- a/sys/arch/amd64/stand/Makefile
+++ b/sys/arch/amd64/stand/Makefile
@@ -1,8 +1,8 @@
-# $OpenBSD: Makefile,v 1.5 2013/01/17 12:37:44 jsing Exp $
+# $OpenBSD: Makefile,v 1.6 2014/01/20 08:43:11 jsing Exp $
.if ${MACHINE} == "amd64"
SUBDIR= mbr cdbr
.endif
-SUBDIR+=biosboot boot cdboot fdboot installboot pxeboot
+SUBDIR+=biosboot boot cdboot fdboot pxeboot
.include <bsd.subdir.mk>