d19d7d58aa
upgrade to NetBSD CVS release from 2012/10/17 12:00:00 UTC Makefiles updates to imporve portability Made sure to be consistent in the usage of braces/parenthesis at least on a per file basis. For variables, it is recommended to continue to use braces.
11 lines
217 B
Makefile
11 lines
217 B
Makefile
# Makefile for the boot stuff.
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
SUBDIR = arch/i386/stand/mbr
|
|
SUBDIR+= arch/i386/stand/bootxx
|
|
SUBDIR+= arch/i386/stand/boot
|
|
SUBDIR+= arch/i386/stand/cdboot
|
|
SUBDIR+= ufs
|
|
|
|
.include <bsd.subdir.mk>
|