This commit was manufactured by cvs2svn to create tag 'FreeBSD-release/1.0'.
[unix-history] / gnu / usr.bin / cvs / lib / Makefile
index cf3f20f..3c68ed5 100644 (file)
@@ -5,4 +5,9 @@ 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
 
 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
+
+install:
+       @echo -n
+
 .include <bsd.lib.mk>
 .include <bsd.lib.mk>