aboutsummaryrefslogtreecommitdiff
path: root/bin/Makefile
diff options
context:
space:
mode:
authorJohn Birrell <jb@FreeBSD.org>1998-03-13 19:41:06 +0000
committerJohn Birrell <jb@FreeBSD.org>1998-03-13 19:41:06 +0000
commit5c931089a9c1ee3ed85467b91bc9bc486581f018 (patch)
treeb7c1bd248489ba9ca6e73c9f895fbe041d615ed3 /bin/Makefile
parenteb61a18ee7e4bb30aa71d86709513de606dcb242 (diff)
downloadsrc-5c931089a9c1ee3ed85467b91bc9bc486581f018.tar.gz
src-5c931089a9c1ee3ed85467b91bc9bc486581f018.zip
Notes
Diffstat (limited to 'bin/Makefile')
-rw-r--r--bin/Makefile10
1 files changed, 7 insertions, 3 deletions
diff --git a/bin/Makefile b/bin/Makefile
index b9f90a064473..8d30ac61fb71 100644
--- a/bin/Makefile
+++ b/bin/Makefile
@@ -1,8 +1,12 @@
# From: @(#)Makefile 8.1 (Berkeley) 5/31/93
-# $Id: Makefile,v 1.8 1997/12/06 04:19:41 sef Exp $
+# $Id: Makefile,v 1.9 1997/12/07 02:26:12 peter 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 \
+SUBDIR= cat chio chmod cp date dd domainname echo ed expr hostname \
+ kill ln ls mkdir mv pax pwd rcp rm rmail rmdir sleep \
stty sync test
+.if ${MACHINE_ARCH} == "i386"
+SUBDIR+=csh df ps sh
+.endif
+
.include <bsd.subdir.mk>