diff options
author | Joel Sing <jsing@cvs.openbsd.org> | 2013-01-17 12:37:45 +0000 |
---|---|---|
committer | Joel Sing <jsing@cvs.openbsd.org> | 2013-01-17 12:37:45 +0000 |
commit | 008b97cc9d0a87fcb11f634eff8e82cb5e4da666 (patch) | |
tree | 337fd0da5e63ce49dce464676816df2a8744f566 /sys/arch/amd64/stand/Makefile | |
parent | fe6266fbe52c726e1378d5573d252e068683681f (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/Makefile | 6 |
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> |