minix/commands/grep/Makefile

7 lines
87 B
Makefile
Raw Normal View History

PROG= grep
MAN=
LINKS+= ${BINDIR}/grep ${BINDIR}/egrep
.include <minix.prog.mk>