xref: /openbsd/usr.bin/tr/Makefile (revision 76d0caae)
1#	$OpenBSD: Makefile,v 1.3 1997/09/21 11:51:22 deraadt Exp $
2
3PROG=	tr
4SRCS=	str.c tr.c
5
6.include <bsd.prog.mk>
7