summaryrefslogtreecommitdiff
path: root/sys/arch/amd64/stand/Makefile
diff options
context:
space:
mode:
authorJoel Sing <jsing@cvs.openbsd.org>2013-01-17 12:37:45 +0000
committerJoel Sing <jsing@cvs.openbsd.org>2013-01-17 12:37:45 +0000
commit008b97cc9d0a87fcb11f634eff8e82cb5e4da666 (patch)
tree337fd0da5e63ce49dce464676816df2a8744f566 /sys/arch/amd64/stand/Makefile
parentfe6266fbe52c726e1378d5573d252e068683681f (diff)
Generate assym.h where we need it, instead of reaching around into other
object directories. Discussed with deraadt@
Diffstat (limited to 'sys/arch/amd64/stand/Makefile')
-rw-r--r--sys/arch/amd64/stand/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/amd64/stand/Makefile b/sys/arch/amd64/stand/Makefile
index e40db439909..2a4a37e56cc 100644
--- a/sys/arch/amd64/stand/Makefile
+++ b/sys/arch/amd64/stand/Makefile
@@ -1,8 +1,8 @@
-# $OpenBSD: Makefile,v 1.4 2012/10/12 14:00:02 jsing Exp $
+# $OpenBSD: Makefile,v 1.5 2013/01/17 12:37:44 jsing Exp $
.if ${MACHINE} == "amd64"
-SUBDIR= etc mbr cdbr
+SUBDIR= mbr cdbr
.endif
-SUBDIR+= biosboot boot cdboot fdboot installboot pxeboot
+SUBDIR+=biosboot boot cdboot fdboot installboot pxeboot
.include <bsd.subdir.mk>