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