summaryrefslogtreecommitdiffstats
path: root/bin/Makefile
diff options
context:
space:
mode:
authorjb <jb@FreeBSD.org>1998-05-09 06:42:52 +0000
committerjb <jb@FreeBSD.org>1998-05-09 06:42:52 +0000
commitbabe8d397644ca48fbacb059c22dd5ea2edd1d3e (patch)
tree705dd4a0014c5b0a38936fba4a767873eefc7bc5 /bin/Makefile
parentdcef58e481f6117f1a23a399e64de7f78db3e227 (diff)
downloadFreeBSD-src-babe8d397644ca48fbacb059c22dd5ea2edd1d3e.zip
FreeBSD-src-babe8d397644ca48fbacb059c22dd5ea2edd1d3e.tar.gz
Of these programs, only df and ps aren't compatible with FreeBSD/Alpha.
All the rest work! Actually, I don't know if chio works because I can't test that. df can be built using NetBSD's mount.h. ps depends on libkvm so there is no point trying.
Diffstat (limited to 'bin/Makefile')
-rw-r--r--bin/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/bin/Makefile b/bin/Makefile
index 8d30ac6..5833e7f 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>
OpenPOWER on IntegriCloud