11556Srgrimes#	@(#)Makefile	8.1 (Berkeley) 5/31/93
250471Speter# $FreeBSD: stable/11/bin/echo/Makefile 320711 2017-07-06 05:28:32Z ngie $
31556Srgrimes
4320711Sngie.include <src.opts.mk>
5320711Sngie
6298107SgjbPACKAGE=runtime
71556SrgrimesPROG=	echo
81556Srgrimes
9320711Sngie.if ${MK_TESTS} != "no"
10320711SngieSUBDIR+= 	tests
11320711Sngie.endif
12320711Sngie
131556Srgrimes.include <bsd.prog.mk>
14