Home | History | Annotate | Line # | Download | only in tr
Makefile revision 1.3
      1 #	from: @(#)Makefile	5.3 (Berkeley) 10/27/91
      2 #	$Id: Makefile,v 1.3 1993/07/30 23:50:14 mycroft Exp $
      3 
      4 PROG=	tr
      5 SRCS=	str.c tr.c
      6 
      7 .include <bsd.prog.mk>
      8