Added a CLEANFILES entry for getdate.c (it's created by yacc)

This commit is contained in:
Nate Williams 1993-06-29 05:02:59 +00:00
parent 6838e08c37
commit b6ff9813f0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=55

View File

@ -5,4 +5,6 @@ CFLAGS += -I${.CURDIR} -I${.CURDIR}/../cvs -DFTIME_MISSING -DHAVE_TIMEZONE
SRCS = argmatch.c error.c getopt.c sighandle.c strippath.c stripslash.c yesno.c \
getdate.y fnmatch.c regex.c subr.c myndbm.c hash.c
CLEANFILES+= getdate.c
.include <bsd.lib.mk>