diff options
| author | John Birrell <jb@FreeBSD.org> | 1998-08-15 12:27:23 +0000 |
|---|---|---|
| committer | John Birrell <jb@FreeBSD.org> | 1998-08-15 12:27:23 +0000 |
| commit | 00bc12659ebfa641c47f2fab41fb8fa7bdc7a6f5 (patch) | |
| tree | 2e5787e62c0c8ac831cf69f27530cf3d126ec1d7 /bin/Makefile | |
| parent | 36fe61fe127625be48b3c8fd03ecdcf3e1299c7c (diff) | |
Notes
Diffstat (limited to 'bin/Makefile')
| -rw-r--r-- | bin/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/bin/Makefile b/bin/Makefile index 15fe34f7b501..94af6011ab20 100644 --- a/bin/Makefile +++ b/bin/Makefile @@ -1,16 +1,12 @@ # From: @(#)Makefile 8.1 (Berkeley) 5/31/93 -# $Id: Makefile,v 1.11 1998/05/09 06:42:52 jb Exp $ +# $Id: Makefile,v 1.12 1998/05/27 09:25:22 phk Exp $ -SUBDIR= cat chio chmod cp csh date dd domainname echo ed expr hostname \ - kill ln ls mkdir mv pax pwd rcp rm rmdir sh sleep \ +SUBDIR= cat chio chmod cp csh date dd df domainname echo ed expr hostname \ + kill ln ls mkdir mv pax ps pwd rcp rm rmdir sh sleep \ stty sync test .if !defined(NO_SENDMAIL) SUBDIR+=rmail .endif -.if ${MACHINE_ARCH} == "i386" -SUBDIR+=df ps -.endif - .include <bsd.subdir.mk> |
