phunix/minix/usr.bin/Makefile
Thomas Cort 93cdb3a735 mined: move to minix/usr.bin/mined
As suggested in issue #43.

Historic Locations:

Prior to this commit

  minix/commands/mined

Prior to commit 433d6423c39e34ec4b79c950597bb2d236f886be

  commands

Change-Id: I374ab3ff0e3b9e47779fc21e80b47fda87698242
2015-03-28 08:39:10 +01:00

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>