HardenedBSD/bin/Makefile

48 lines
463 B
Makefile
Raw Normal View History

1994-09-18 23:25:26 +02:00
# From: @(#)Makefile 8.1 (Berkeley) 5/31/93
1999-08-28 01:15:48 +02:00
# $FreeBSD$
1994-05-26 08:18:55 +02:00
1998-08-30 22:22:15 +02:00
SUBDIR= cat \
chio \
chmod \
cp \
date \
dd \
df \
domainname \
echo \
ed \
expr \
getfacl \
1998-08-30 22:22:15 +02:00
hostname \
kill \
ln \
ls \
mkdir \
mv \
pax \
ps \
pwd \
realpath \
1998-08-30 22:22:15 +02:00
rm \
rmdir \
setfacl \
1998-08-30 22:22:15 +02:00
sh \
sleep \
stty \
sync \
test
1994-05-26 08:18:55 +02:00
.if !defined(NO_RCMNDS)
SUBDIR+=rcp
.endif
2000-04-17 22:32:13 +02:00
.if !defined(NO_TCSH)
SUBDIR+=csh
.endif
.if !defined(NO_SENDMAIL)
SUBDIR+=rmail
.endif
1994-05-26 08:18:55 +02:00
.include <bsd.subdir.mk>