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

15 lines
376 B
Makefile
Raw Normal View History

# $Id: Makefile,v 1.25 1995/03/22 19:39:45 nate Exp $
1993-06-18 05:46:17 +00:00
LIB = cvs
NOPROFILE= yes
CFLAGS += -I${.CURDIR} -I${.CURDIR}/../cvs -DHAVE_CONFIG_H -DHAVE_TIMEZONE
SRCS = argmatch.c error.c getdate.y getopt.c getopt1.c fnmatch.c myndbm.c \
hash.c sighandle.c strippath.c stripslash.c subr.c version.c yesno.c
1993-06-18 05:46:17 +00:00
CLEANFILES+= getdate.c y.tab.h
1995-01-23 21:30:18 +00:00
install:
@echo -n
1993-06-18 05:46:17 +00:00
.include <bsd.lib.mk>