freebsd-dev/bin/Makefile

58 lines
567 B
Makefile
Raw Normal View History

1994-09-18 21:25:26 +00:00
# From: @(#)Makefile 8.1 (Berkeley) 5/31/93
1999-08-27 23:15:48 +00:00
# $FreeBSD$
1994-05-26 06:18:55 +00:00
.include <bsd.own.mk>
1998-08-30 20:22:15 +00:00
SUBDIR= cat \
chflags \
1998-08-30 20:22:15 +00:00
chio \
chmod \
cp \
${_csh} \
1998-08-30 20:22:15 +00:00
date \
dd \
df \
domainname \
echo \
ed \
expr \
getfacl \
1998-08-30 20:22:15 +00:00
hostname \
kenv \
1998-08-30 20:22:15 +00:00
kill \
ln \
ls \
mkdir \
mv \
pax \
pkill \
1998-08-30 20:22:15 +00:00
ps \
pwait \
1998-08-30 20:22:15 +00:00
pwd \
${_rcp} \
realpath \
1998-08-30 20:22:15 +00:00
rm \
${_rmail} \
1998-08-30 20:22:15 +00:00
rmdir \
setfacl \
1998-08-30 20:22:15 +00:00
sh \
sleep \
stty \
sync \
test \
uuidgen
1994-05-26 06:18:55 +00:00
.if ${MK_RCMDS} != "no"
_rcp= rcp
.endif
.if ${MK_SENDMAIL} != "no"
_rmail= rmail
2000-04-17 20:32:13 +00:00
.endif
.if ${MK_TCSH} != "no"
_csh= csh
.endif
1994-05-26 06:18:55 +00:00
.include <bsd.subdir.mk>