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