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

12 lines
175 B
Makefile

# Makefile for mined
PROG= mined
SRCS= mined1.c mined2.c
CPPFLAGS+= -I${.CURDIR}/../../../lib/libterminfo
DPADD+= ${LIBTERMINFO}
LDADD+= -lterminfo
.include <bsd.prog.mk>