freebsd-dev/gnu/usr.bin/cvs/lib/Makefile
Peter Wemm 4b8f6a534c Make CVS use /usr/lib/libmd.a rather than supplying Yet Another Copy(TM)
of md5.[ch].  Note that minor mods were made to md5.h to support this,
so a reinstall of lib/libmd is needed before building this cvs.
1995-12-11 02:22:34 +00:00

18 lines
404 B
Makefile

# $Id: Makefile,v 1.9 1995/12/10 23:09:19 peter Exp $
LIB = cvs
NOPROFILE= yes
CFLAGS += -I${.CURDIR} -I${.CURDIR}/../cvs -DHAVE_CONFIG_H
SRCS = argmatch.c error.c filesubr.c getdate.y getline.c \
getopt.c getopt1.c hash.c myndbm.c run.c save-cwd.c \
sighandle.c strippath.c stripslash.c subr.c version.c \
xgetwd.c yesno.c
CLEANFILES+= getdate.c y.tab.h
install:
@echo -n
.include <bsd.lib.mk>