8 lines
133 B
Makefile
8 lines
133 B
Makefile
|
.include <bsd.own.mk>
|
||
|
|
||
|
.if ${MACHINE_ARCH} == "earm"
|
||
|
SUBDIR+= cat24c256
|
||
|
.endif # ${MACHINE_ARCH} == "earm"
|
||
|
|
||
|
.include <bsd.subdir.mk>
|