mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-22 17:24:23 +01: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>
|