summaryrefslogtreecommitdiffstats
path: root/bin/Makefile
diff options
context:
space:
mode:
authorjb <jb@FreeBSD.org>1998-08-15 12:27:23 +0000
committerjb <jb@FreeBSD.org>1998-08-15 12:27:23 +0000
commit9cde9d5506b04160d49c12194a250f9400338896 (patch)
treebe1bf3258ffe2aee5385f6e9cf8184d195db4edb /bin/Makefile
parent0828d02efdf3e46c2aa2255a0bccc022f04504f8 (diff)
downloadFreeBSD-src-9cde9d5506b04160d49c12194a250f9400338896.zip
FreeBSD-src-9cde9d5506b04160d49c12194a250f9400338896.tar.gz
Now that alpha uses FreeBSD syscalls, all these work.
Diffstat (limited to 'bin/Makefile')
-rw-r--r--bin/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/bin/Makefile b/bin/Makefile
index 15fe34f..94af601 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>
OpenPOWER on IntegriCloud