xref: /freebsd/bin/Makefile (revision e9ac41698b2f322d55ccf9da50a3596edb2c1800)
1.include <src.opts.mk>
2
3SUBDIR= cat \
4	chflags \
5	chio \
6	chmod \
7	cp \
8	cpuset \
9	date \
10	dd \
11	df \
12	domainname \
13	echo \
14	ed \
15	expr \
16	freebsd-version \
17	getfacl \
18	hostname \
19	kenv \
20	kill \
21	ln \
22	ls \
23	mkdir \
24	mv \
25	nproc \
26	pax \
27	pkill \
28	ps \
29	pwait \
30	pwd \
31	realpath \
32	rm \
33	rmdir \
34	setfacl \
35	sh \
36	sleep \
37	stty \
38	sync \
39	test \
40	timeout \
41	uuidgen
42
43SUBDIR.${MK_SENDMAIL}+=	rmail
44SUBDIR.${MK_TCSH}+=	csh
45SUBDIR.${MK_TESTS}+=	tests
46
47.include <bsd.arch.inc.mk>
48
49SUBDIR_PARALLEL=
50
51.include <bsd.subdir.mk>
52