6 lines
87 B
Makefile
6 lines
87 B
Makefile
PROG= grep
|
|
MAN=
|
|
|
|
LINKS+= ${BINDIR}/grep ${BINDIR}/egrep
|
|
|
|
.include <minix.prog.mk>
|