This commit was generated by cvs2svn to track changes on a CVS vendor
[unix-history] / usr.bin / tr / Makefile
CommitLineData
ae6495a7 1# @(#)Makefile 5.3 (Berkeley) 10/27/91
15637ed4
RG
2
3PROG= tr
ae6495a7 4SRCS= str.c tr.c
15637ed4
RG
5
6.include <bsd.prog.mk>