aboutsummaryrefslogtreecommitdiff
path: root/bin/Makefile
diff options
context:
space:
mode:
authorSean Eric Fagan <sef@FreeBSD.org>1997-12-06 04:19:41 +0000
committerSean Eric Fagan <sef@FreeBSD.org>1997-12-06 04:19:41 +0000
commita367d575781df1c36fea3433b1f8702a3bee68c4 (patch)
treebaf1b026c5c37022f2b6e87be4e5bea9ccaeb590 /bin/Makefile
parentc430992a81f916697839a7c8d3a516014925d02a (diff)
downloadsrc-a367d575781df1c36fea3433b1f8702a3bee68c4.tar.gz
src-a367d575781df1c36fea3433b1f8702a3bee68c4.zip
Add procctl to the list of programs built.
Notes
Notes: svn path=/head/; revision=31566
Diffstat (limited to 'bin/Makefile')
-rw-r--r--bin/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/Makefile b/bin/Makefile
index 09386358738f..e34014fcbd4e 100644
--- a/bin/Makefile
+++ b/bin/Makefile
@@ -1,8 +1,8 @@
# From: @(#)Makefile 8.1 (Berkeley) 5/31/93
-# $Id: Makefile,v 1.6 1997/02/22 14:01:22 peter Exp $
+# $Id: Makefile,v 1.7 1997/03/06 15:30:53 joerg Exp $
SUBDIR= cat chio chmod cp csh date dd df domainname echo ed expr hostname \
- kill ln ls mkdir mv pax ps pwd rcp rm rmail rmdir sh sleep \
+ kill ln ls mkdir mv pax procctl ps pwd rcp rm rmail rmdir sh sleep \
stty sync test
.include <bsd.subdir.mk>