freebsd-dev/gnu/usr.bin/cvs/lib/Makefile
Nate Williams 01c3e6a55a Merged in FreeBSD necessary changes in. Note, all of our source
modifications were *not* merged in (FreeBSD-DEVELOPER and symlink) but
the source is now the stock sources.
1995-03-31 07:55:30 +00:00

15 lines
376 B
Makefile

# $Id: Makefile,v 1.25 1995/03/22 19:39:45 nate Exp $
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
CLEANFILES+= getdate.c y.tab.h
install:
@echo -n
.include <bsd.lib.mk>