freebsd-dev/bin/Makefile
David E. O'Brien f534f8f72b chflags(1) repo copied, usr.bin->bin.
We've been installing chflags(1) into /bin since 2000-11-10, so this
shouldn't cause any problems.
2003-02-18 19:51:59 +00:00

50 lines
482 B
Makefile

# From: @(#)Makefile 8.1 (Berkeley) 5/31/93
# $FreeBSD$
SUBDIR= cat \
chflags \
chio \
chmod \
cp \
date \
dd \
df \
domainname \
echo \
ed \
expr \
getfacl \
hostname \
kenv \
kill \
ln \
ls \
mkdir \
mv \
pax \
ps \
pwd \
realpath \
rm \
rmdir \
setfacl \
sh \
sleep \
stty \
sync \
test
.if !defined(NO_RCMNDS)
SUBDIR+=rcp
.endif
.if !defined(NO_TCSH)
SUBDIR+=csh
.endif
.if !defined(NO_SENDMAIL)
SUBDIR+=rmail
.endif
.include <bsd.subdir.mk>