diff options
Diffstat (limited to 'bin/Makefile')
-rw-r--r-- | bin/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/Makefile b/bin/Makefile index 3ad97ac8d624..3c37336b25e6 100644 --- a/bin/Makefile +++ b/bin/Makefile @@ -1,6 +1,3 @@ -# From: @(#)Makefile 8.1 (Berkeley) 5/31/93 -# $FreeBSD$ - .include <src.opts.mk> SUBDIR= cat \ @@ -8,6 +5,7 @@ SUBDIR= cat \ chio \ chmod \ cp \ + cpuset \ date \ dd \ df \ @@ -24,6 +22,7 @@ SUBDIR= cat \ ls \ mkdir \ mv \ + nproc \ pax \ pkill \ ps \ @@ -38,6 +37,7 @@ SUBDIR= cat \ stty \ sync \ test \ + timeout \ uuidgen SUBDIR.${MK_SENDMAIL}+= rmail |