repo.or.cz
/
freebsd-src
/
fkvm-freebsd.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Pass read/write CRx registers to userspace
[freebsd-src/fkvm-freebsd.git]
/
bin
/
Makefile
blob
7491be9fc462d49b04673957de1feabeee7c0a6a
1
# From: @(#)Makefile 8.1 (Berkeley) 5/31/93
2
# $FreeBSD$
3
4
.
include
<
bsd.own.mk
>
5
6
SUBDIR
=
cat \
7
chflags \
8
chio \
9
chmod \
10
cp \
11
${
_csh
}
\
12
date \
13
dd \
14
df \
15
domainname \
16
echo \
17
ed \
18
expr \
19
getfacl \
20
hostname \
21
kenv \
22
kill \
23
ln \
24
ls \
25
mkdir \
26
mv \
27
pax \
28
pkill \
29
ps \
30
pwd \
31
${
_rcp
}
\
32
realpath \
33
rm
\
34
${
_rmail
}
\
35
rmdir \
36
setfacl \
37
sh \
38
sleep \
39
stty \
40
sync \
41
test
\
42
uuidgen
43
44
.if
${
MK_RCMDS
} !=
"no"
45
_rcp
=
rcp
46
.
endif
47
48
.if
${
MK_SENDMAIL
} !=
"no"
49
_rmail
=
rmail
50
.
endif
51
52
.if
${
MK_TCSH
} !=
"no"
53
_csh
=
csh
54
.
endif
55
56
.
include
<
bsd.subdir.mk
>