7 lines
90 B
Makefile
7 lines
90 B
Makefile
# @(#)Makefile 5.3 (Berkeley) 10/27/91
|
|
|
|
PROG= tr
|
|
SRCS= str.c tr.c
|
|
|
|
.include <bsd.prog.mk>
|