freebsd-dev/bin/Makefile

52 lines
548 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 <src.opts.mk>
1998-08-30 20:22:15 +00:00
SUBDIR= cat \
chflags \
1998-08-30 20:22:15 +00:00
chio \
chmod \
cp \
date \
dd \
df \
domainname \
echo \
ed \
expr \
freebsd-version \
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 \
realpath \
1998-08-30 20:22:15 +00:00
rm \
rmdir \
setfacl \
1998-08-30 20:22:15 +00:00
sh \
sleep \
stty \
sync \
test \
uuidgen
1994-05-26 06:18:55 +00:00
SUBDIR.${MK_SENDMAIL}+= rmail
SUBDIR.${MK_TCSH}+= csh
SUBDIR.${MK_TESTS}+= tests
.include <bsd.arch.inc.mk>
SUBDIR_PARALLEL=
1994-05-26 06:18:55 +00:00
.include <bsd.subdir.mk>