mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-31 16:57:10 +00:00
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>
|