minix/commands/tr/Makefile

6 lines
57 B
Makefile
Raw Normal View History

PROG= tr
SRCS= tr.c str.c
MAN=
.include <minix.prog.mk>