freebsd-dev/bin/Makefile

42 lines
412 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
1998-08-30 20:22:15 +00:00
SUBDIR= cat \
chio \
chmod \
cp \
date \
dd \
df \
domainname \
echo \
ed \
expr \
hostname \
kill \
ln \
ls \
mkdir \
mv \
pax \
ps \
pwd \
rcp \
rm \
rmdir \
sh \
sleep \
stty \
sync \
test
1994-05-26 06:18:55 +00:00
2000-04-17 20:32:13 +00:00
.if !defined(NO_TCSH)
SUBDIR+=csh
.endif
.if !defined(NO_SENDMAIL) && !defined(NOUUCP)
SUBDIR+=rmail
.endif
1994-05-26 06:18:55 +00:00
.include <bsd.subdir.mk>