![]() ![]() | ![]() |
Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
version 1.6, 1997/09/30 23:15:45 | version 1.7, 1997/10/02 11:06:30 | ||
---|---|---|---|
|
|
||
SUBDIR= kern | SUBDIR= kern | ||
.if exists(arch/${MACHINE}) | .if exists(arch/${MACHINE}) | ||
SUBDIR= arch/${MACHINE} | SUBDIR+= arch/${MACHINE} | ||
.endif | .endif | ||
.if exists(arch/${MACHINE_ARCH}) | .if exists(arch/${MACHINE_ARCH}) | ||
SUBDIR= arch/${MACHINE_ARCH} | SUBDIR+= arch/${MACHINE_ARCH} | ||
.endif | .endif | ||
.include <bsd.subdir.mk> | .include <bsd.subdir.mk> |