aboutsummaryrefslogtreecommitdiffstats
path: root/text_cmds/Makefile
blob: 0303d4661c1cecaff0df84fda3fa87004252b8da (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
SUBDIR=	banner \
	cat \
	col \
	colrm \
	column \
	comm \
	csplit \
	cut \
	ed \
	ee \
	expand \
	fmt \
	fold \
	grep \
	head \
	join \
	lam \
	look \
	md5 \
	nl \
	paste \
	pr \
	rev \
	rs \
	sed \
	sort \
	split \
	tail \
	tr \
	ul \
	unexpand \
	uniq \
	unvis \
	vis \
	wc

.include <bsd.subdir.mk>