minix3/usr.bin/Makefile

12 lines
183 B
Makefile
Raw Permalink Normal View History

2020-02-21 00:59:27 +05:30
.include <bsd.own.mk>
.if ${MACHINE_ARCH} == "earm"
SUBDIR+= eepromread
.endif # ${MACHINE_ARCH} == "earm"
SUBDIR+= ministat
SUBDIR+= top
SUBDIR+= toproto
.include <bsd.subdir.mk>