Deleted Added
full compact
Makefile (226360) Makefile (263227)
1# @(#)Makefile 8.1 (Berkeley) 6/6/93
1# @(#)Makefile 8.1 (Berkeley) 6/6/93
2# $FreeBSD: head/usr.bin/tr/Makefile 226360 2011-10-14 07:25:20Z ed $
2# $FreeBSD: head/usr.bin/tr/Makefile 263227 2014-03-16 08:04:06Z jmmv $
3
3
4.include <bsd.own.mk>
5
4PROG= tr
5SRCS= cmap.c cset.c str.c tr.c
6
6PROG= tr
7SRCS= cmap.c cset.c str.c tr.c
8
9.if ${MK_TESTS} != "no"
10SUBDIR+= tests
11.endif
12
7.include <bsd.prog.mk>
13.include <bsd.prog.mk>