minix/minix/usr.bin/Makefile

16 lines
241 B
Makefile
Raw Permalink Normal View History

.include <bsd.own.mk>
.if ${MACHINE_ARCH} == "earm"
SUBDIR+= eepromread
.endif # ${MACHINE_ARCH} == "earm"
SUBDIR+= diff
SUBDIR+= grep
SUBDIR+= mined
SUBDIR+= ministat
SUBDIR+= top
SUBDIR+= toproto
SUBDIR+= trace
.include <bsd.subdir.mk>