Remove directories we don't have from the clean SUBDIR's and add note

about it (some of the missing dirs are still referenced by other
clauses in the `.if')
This commit is contained in:
Gary Palmer 1994-10-16 02:56:01 +00:00
parent db0f7eef49
commit 4396424c51
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=3636

View file

@ -1,5 +1,5 @@
# From: @(#)Makefile 8.3 (Berkeley) 1/7/94
# $Id: Makefile,v 1.22 1994/09/26 23:14:31 pst Exp $
# $Id: Makefile,v 1.23 1994/10/15 20:50:05 gpalmer Exp $
# XXX MISSING: bc dc deroff diction diff ex graph learn plot
# ptx spell spline struct units xsend
@ -29,7 +29,9 @@ SUBDIR= apply ar at banner basename biff cal calendar \
# Cmp, look and tail all use mmap, so new-VM only.
# F77 and pascal are VAX/Tahoe only.
.if make(clean) || make(cleandir)
SUBDIR+=cmp f77 pascal ld look systat tail vmstat vmstat.sparc
# 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
.elif ${MACHINE} == "hp300"
SUBDIR+=cmp ld look systat tail vmstat
.elif ${MACHINE} == "i386"