freebsd-dev/gnu/usr.bin/cvs/lib/Makefile
Bruce Evans 2fdcac7375 Don't build profiled libraries. (NOPROFILE= yes. I don't like the negative
logic or lack of checking of truth values.  There are too many ways to spell
"yes".  Some Makefiles spell it as "no".)
1994-09-28 03:59:29 +00:00

16 lines
312 B
Makefile

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
CLEANFILES+= getdate.c y.tab.h
NOPROFILE= yes
install:
@echo -n
.include <bsd.lib.mk>