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
|
|
|
|
2014-05-06 06:22:01 +02:00
|
|
|
.include <src.opts.mk>
|
2006-03-17 19:54:44 +01:00
|
|
|
|
1998-08-30 22:22:15 +02:00
|
|
|
SUBDIR= cat \
|
2003-02-18 20:51:59 +01:00
|
|
|
chflags \
|
1998-08-30 22:22:15 +02:00
|
|
|
chio \
|
|
|
|
chmod \
|
|
|
|
cp \
|
|
|
|
date \
|
|
|
|
dd \
|
|
|
|
df \
|
|
|
|
domainname \
|
|
|
|
echo \
|
|
|
|
ed \
|
|
|
|
expr \
|
2013-10-09 22:47:20 +02:00
|
|
|
freebsd-version \
|
2001-03-19 19:09:56 +01:00
|
|
|
getfacl \
|
1998-08-30 22:22:15 +02:00
|
|
|
hostname \
|
2003-01-20 18:56:25 +01:00
|
|
|
kenv \
|
1998-08-30 22:22:15 +02:00
|
|
|
kill \
|
|
|
|
ln \
|
|
|
|
ls \
|
|
|
|
mkdir \
|
|
|
|
mv \
|
|
|
|
pax \
|
2008-08-31 16:27:59 +02:00
|
|
|
pkill \
|
1998-08-30 22:22:15 +02:00
|
|
|
ps \
|
2009-11-17 23:47:20 +01:00
|
|
|
pwait \
|
1998-08-30 22:22:15 +02:00
|
|
|
pwd \
|
2002-02-11 19:38:54 +01:00
|
|
|
realpath \
|
1998-08-30 22:22:15 +02:00
|
|
|
rm \
|
|
|
|
rmdir \
|
2001-03-19 19:09:56 +01:00
|
|
|
setfacl \
|
1998-08-30 22:22:15 +02:00
|
|
|
sh \
|
|
|
|
sleep \
|
|
|
|
stty \
|
|
|
|
sync \
|
2008-03-13 18:38:06 +01:00
|
|
|
test \
|
|
|
|
uuidgen
|
1994-05-26 08:18:55 +02:00
|
|
|
|
2015-10-05 23:41:55 +02:00
|
|
|
SUBDIR.${MK_RCMDS}+= rcp
|
|
|
|
SUBDIR.${MK_SENDMAIL}+= rmail
|
|
|
|
SUBDIR.${MK_TCSH}+= csh
|
|
|
|
SUBDIR.${MK_TESTS}+= tests
|
2013-12-11 05:09:17 +01:00
|
|
|
|
2010-09-13 03:29:51 +02:00
|
|
|
.include <bsd.arch.inc.mk>
|
|
|
|
|
|
|
|
SUBDIR:= ${SUBDIR:O}
|
|
|
|
|
2014-03-26 23:30:38 +01:00
|
|
|
SUBDIR_PARALLEL=
|
|
|
|
|
1994-05-26 08:18:55 +02:00
|
|
|
.include <bsd.subdir.mk>
|