1993-07-31 03:49:23 +04:00
|
|
|
# from: @(#)Makefile 5.3 (Berkeley) 10/27/91
|
|
|
|
# $Id: Makefile,v 1.3 1993/07/30 23:50:14 mycroft Exp $
|
1993-03-21 12:45:37 +03:00
|
|
|
|
|
|
|
PROG= tr
|
1993-04-27 08:52:26 +04:00
|
|
|
SRCS= str.c tr.c
|
1993-03-21 12:45:37 +03:00
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|