aboutsummaryrefslogtreecommitdiffstats
path: root/file_cmds/Makefile
blob: 44e87bbb1247f2d063f61468b5b30ab4a96acc9f (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
SUBDIR=	chflags \
	chmod \
	chown \
	cksum \
	compress \
	cp \
	dd \
	df \
	du \
	gzip \
	ipcrm \
	ipcs \
	ln \
	ls \
	mkdir \
	mkfifo \
	mknod \
	mtree \
	mv \
	pathchk \
	pax \
	rm \
	rmdir \
	rmt \
	shar \
	stat \
	touch \
	xinstall

.include <bsd.subdir.mk>