5 lines
103 B
Makefile
5 lines
103 B
Makefile
|
# Pick the subdir based on the target architecture.
|
||
|
SUBDIR= ${MACHINE_ARCH}
|
||
|
|
||
|
.include <bsd.subdir.mk>
|