diff options
Diffstat (limited to 'sys/arch/amd64/stand/Makefile')
-rw-r--r-- | sys/arch/amd64/stand/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sys/arch/amd64/stand/Makefile b/sys/arch/amd64/stand/Makefile new file mode 100644 index 00000000000..54cfd25fcab --- /dev/null +++ b/sys/arch/amd64/stand/Makefile @@ -0,0 +1,8 @@ +# $OpenBSD: Makefile,v 1.1 2004/02/03 12:09:47 mickey Exp $ + +.if ${MACHINE} == "amd64" +SUBDIR= etc mbr +.endif +SUBDIR+= biosboot installboot boot + +.include <bsd.subdir.mk> |