aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/cut/Makefile
blob: 9321756aae86e24ef87cbe207299f55965ee06a3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#	From: @(#)Makefile	8.1 (Berkeley) 6/6/93
# $FreeBSD$

.include <src.opts.mk>

PROG=	cut

SUBDIR.${MK_TESTS}+= tests

.include <bsd.prog.mk>