aboutsummaryrefslogtreecommitdiffstats
path: root/shell_cmds/Makefile
blob: e630c1018ab3f9fc432461d254a5dba03dd3dc2d (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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
SUBDIR=	alias \
	apply \
	basename \
	chroot \
	date \
	dirname \
	echo \
	env \
	expr \
	false \
	find \
	getopt \
	hexdump \
	hostname \
	id \
	jot \
	kill \
	killall \
	lastcomm \
	locate \
	logname \
	mktemp \
	nice \
	nohup \
	path_helper \
	printenv \
	printf \
	pwd \
	renice \
	script \
	seq \
	sh \
	shlock \
	sleep \
	su \
	systime \
	tee \
	test \
	time \
	true \
	uname \
	users \
	w \
	what \
	whereis \
	which \
	who \
	xargs \
	yes

.include <bsd.subdir.mk>