Fix setting of CLEANFILES.

This commit is contained in:
David E. O'Brien 2002-03-23 04:52:02 +00:00
parent 2fe5bfd7a1
commit 8c157f6041
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=93004

View File

@ -67,7 +67,7 @@ CFLAGS+= -DNO_MMALLOC
YFLAGS=
CLEANFILES= init.c init.c-tmp wait.h
CLEANFILES= findvar%UAfix.c
CLEANFILES+= findvar%UAfix.c
# We do this by grepping through sources. If that turns out to be too slow,
# maybe we could just require every .o file to have an initialization routine