diff options
author | sef <sef@FreeBSD.org> | 1997-12-06 04:19:41 +0000 |
---|---|---|
committer | sef <sef@FreeBSD.org> | 1997-12-06 04:19:41 +0000 |
commit | bfd5e43c20b17aed3a09d69833c3db05c8a68609 (patch) | |
tree | 188a4a2838737e5c3afc7bfedbbb0061b252536c /bin/Makefile | |
parent | 54294bb9abc37dd4230c358d71249ed8cd8e20de (diff) | |
download | FreeBSD-src-bfd5e43c20b17aed3a09d69833c3db05c8a68609.zip FreeBSD-src-bfd5e43c20b17aed3a09d69833c3db05c8a68609.tar.gz |
Add procctl to the list of programs built.
Diffstat (limited to 'bin/Makefile')
-rw-r--r-- | bin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/Makefile b/bin/Makefile index 0938635..e34014f 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> |