
As suggested in issue #43. Historic Locations: Prior to this commit minix/commands/mined Prior to commit 433d6423c39e34ec4b79c950597bb2d236f886be commands Change-Id: I374ab3ff0e3b9e47779fc21e80b47fda87698242
12 lines
175 B
Makefile
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>
|