-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathMakefile
57 lines (50 loc) · 1.01 KB
/
Makefile
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
52
53
54
55
56
57
# From: @(#)Makefile 8.1 (Berkeley) 5/31/93
.include <src.opts.mk>
SUBDIR= cat \
chflags \
chio \
chmod \
cp \
cpdup \
date \
dd \
df \
domainname \
echo \
ed \
expr \
getfacl \
hostname \
kenv \
kill \
ln \
ls \
midnightbsd-version \
mined \
mkdir \
mksh \
mv \
notty \
nproc \
pax \
pkill \
ps \
pwait \
pwd \
realpath \
rm \
rmdir \
setfacl \
sleep \
stty \
sync \
test \
timeout \
uuidgen
SUBDIR.${MK_ASH}+= sh
SUBDIR.${MK_SENDMAIL}+= rmail
SUBDIR.${MK_TCSH}+= csh
SUBDIR.${MK_TESTS}+= tests
.include <bsd.arch.inc.mk>
SUBDIR_PARALLEL=
.include <bsd.subdir.mk>