As suggested in issue #43.
Historic Locations:
Prior to this commit
minix/commands/mined
Prior to commit 433d6423c3
commands
Change-Id: I374ab3ff0e3b9e47779fc21e80b47fda87698242
15 lines
227 B
Makefile
15 lines
227 B
Makefile
.include <bsd.own.mk>
|
|
|
|
.if ${MACHINE_ARCH} == "earm"
|
|
SUBDIR+= eepromread
|
|
.endif # ${MACHINE_ARCH} == "earm"
|
|
|
|
SUBDIR+= grep
|
|
SUBDIR+= mined
|
|
SUBDIR+= ministat
|
|
SUBDIR+= top
|
|
SUBDIR+= toproto
|
|
SUBDIR+= trace
|
|
|
|
.include <bsd.subdir.mk>
|