summaryrefslogtreecommitdiff
path: root/sys/arch/amd64/stand/Makefile
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2015-09-02 04:12:50 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2015-09-02 04:12:50 +0000
commit88be9c9c59c48306d4878e5814e16df40b53b5c9 (patch)
treeabb5d5c33152f19b7b56bc52f627846658fb0033 /sys/arch/amd64/stand/Makefile
parent77709a4cf4d2db26781a7f85d14ecfa8c5d2d540 (diff)
enter efiboot
Diffstat (limited to 'sys/arch/amd64/stand/Makefile')
-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 085ea10656f..d85bdf4fe11 100644
--- a/sys/arch/amd64/stand/Makefile
+++ b/sys/arch/amd64/stand/Makefile
@@ -1,8 +1,8 @@
-# $OpenBSD: Makefile,v 1.6 2014/01/20 08:43:11 jsing Exp $
+# $OpenBSD: Makefile,v 1.7 2015/09/02 04:12:49 deraadt Exp $
.if ${MACHINE} == "amd64"
SUBDIR= mbr cdbr
.endif
-SUBDIR+=biosboot boot cdboot fdboot pxeboot
+SUBDIR+=biosboot boot cdboot fdboot pxeboot efiboot
.include <bsd.subdir.mk>