freebsd-dev/gnu/usr.bin/cvs/lib/Makefile

16 lines
304 B
Makefile
Raw Normal View History

1993-06-18 05:46:17 +00:00
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 \
1995-01-11 06:42:25 +00:00
getdate.y fnmatch.c subr.c myndbm.c hash.c
1993-06-18 05:46:17 +00:00
CLEANFILES+= getdate.c y.tab.h
NOPROFILE= yes
1995-01-23 21:30:18 +00:00
install:
@echo -n
1993-06-18 05:46:17 +00:00
.include <bsd.lib.mk>