diff options
Diffstat (limited to 'gnu/usr.bin/cvs/lib/Makefile')
-rw-r--r-- | gnu/usr.bin/cvs/lib/Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/gnu/usr.bin/cvs/lib/Makefile b/gnu/usr.bin/cvs/lib/Makefile deleted file mode 100644 index cf3f20fd2802..000000000000 --- a/gnu/usr.bin/cvs/lib/Makefile +++ /dev/null @@ -1,8 +0,0 @@ -LIB = cvs - -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 - -.include <bsd.lib.mk> |