xref: /trueos/usr.bin/cut/Makefile (revision fd9c7ff5320b460878bd4f9a4264a2efbf79bc6c)
1#	From: @(#)Makefile	8.1 (Berkeley) 6/6/93
2# $FreeBSD$
3
4.include <bsd.own.mk>
5
6PROG=	cut
7
8.if ${MK_TESTS} != "no"
9SUBDIR+=	tests
10.endif
11
12.include <bsd.prog.mk>
13