diff options
| author | John Birrell <jb@FreeBSD.org> | 1998-05-09 06:42:52 +0000 |
|---|---|---|
| committer | John Birrell <jb@FreeBSD.org> | 1998-05-09 06:42:52 +0000 |
| commit | e4dbdeafbee3fc6895a0b28bf54fab468e0113f4 (patch) | |
| tree | 1445c02d31889c27e9160d1546857c8a61e87869 /bin | |
| parent | 26408404979b32bdcee4b31c729d6b02cc75ba32 (diff) | |
Notes
Diffstat (limited to 'bin')
| -rw-r--r-- | bin/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/bin/Makefile b/bin/Makefile index 8d30ac61fb71..5833e7f9d561 100644 --- a/bin/Makefile +++ b/bin/Makefile @@ -1,12 +1,12 @@ # From: @(#)Makefile 8.1 (Berkeley) 5/31/93 -# $Id: Makefile,v 1.9 1997/12/07 02:26:12 peter Exp $ +# $Id: Makefile,v 1.10 1998/03/13 19:39:14 jb Exp $ -SUBDIR= cat chio chmod cp date dd domainname echo ed expr hostname \ - kill ln ls mkdir mv pax pwd rcp rm rmail rmdir sleep \ +SUBDIR= cat chio chmod cp csh date dd domainname echo ed expr hostname \ + kill ln ls mkdir mv pax pwd rcp rm rmail rmdir sh sleep \ stty sync test .if ${MACHINE_ARCH} == "i386" -SUBDIR+=csh df ps sh +SUBDIR+=df ps .endif .include <bsd.subdir.mk> |
