summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authorgpalmer <gpalmer@FreeBSD.org>1994-10-16 20:03:03 +0000
committergpalmer <gpalmer@FreeBSD.org>1994-10-16 20:03:03 +0000
commit4e81f22a8470e32e865de9db1b0887f50b975969 (patch)
treeaf9ea4ba120c09de0486f29638c0835193c5104d /usr.bin
parentb8c98a58c441fb5f2ff503a164dc3cf91db9a12d (diff)
downloadFreeBSD-src-4e81f22a8470e32e865de9db1b0887f50b975969.zip
FreeBSD-src-4e81f22a8470e32e865de9db1b0887f50b975969.tar.gz
Remove `ld' from the clean line also. Someone should look at all the
non-i386 machine lines sometime.
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile
index 46317cc..3370b8f 100644
--- a/usr.bin/Makefile
+++ b/usr.bin/Makefile
@@ -1,5 +1,5 @@
# From: @(#)Makefile 8.3 (Berkeley) 1/7/94
-# $Id: Makefile,v 1.23 1994/10/15 20:50:05 gpalmer Exp $
+# $Id: Makefile,v 1.24 1994/10/16 02:56:01 gpalmer Exp $
# XXX MISSING: bc dc deroff diction diff ex graph learn plot
# ptx spell spline struct units xsend
@@ -31,7 +31,7 @@ SUBDIR= apply ar at banner basename biff cal calendar \
.if make(clean) || make(cleandir)
# XXX Should have `f77', `pascal' & `vmstat.sparc' judging by the
# machine dependant lines, but we don't have them
-SUBDIR+=cmp ld look systat tail vmstat
+SUBDIR+=cmp look systat tail vmstat
.elif ${MACHINE} == "hp300"
SUBDIR+=cmp ld look systat tail vmstat
.elif ${MACHINE} == "i386"
OpenPOWER on IntegriCloud