aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/cvs/lib/Makefile
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1995-12-10 23:10:40 +0000
committerPeter Wemm <peter@FreeBSD.org>1995-12-10 23:10:40 +0000
commit21eb9ed3e1ccb8938e3bfce4c1155619e98bf512 (patch)
tree67e4c5ba84c1800a0fe8ad8c3c61dac79cfa5b1b /gnu/usr.bin/cvs/lib/Makefile
parent271f76d028cca1fa7a32f261c0146a8ed9d7cc31 (diff)
First round of the post-import cleanups...
Notes
svn path=/head/; revision=12754
Diffstat (limited to 'gnu/usr.bin/cvs/lib/Makefile')
-rw-r--r--gnu/usr.bin/cvs/lib/Makefile11
1 files changed, 7 insertions, 4 deletions
diff --git a/gnu/usr.bin/cvs/lib/Makefile b/gnu/usr.bin/cvs/lib/Makefile
index af510b65f972..aeab0668bdb2 100644
--- a/gnu/usr.bin/cvs/lib/Makefile
+++ b/gnu/usr.bin/cvs/lib/Makefile
@@ -1,10 +1,12 @@
-# $Id: Makefile,v 1.25 1995/03/22 19:39:45 nate Exp $
+# $Id: Makefile,v 1.8 1995/03/31 07:55:28 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
+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 md5.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
@@ -12,3 +14,4 @@ install:
@echo -n
.include <bsd.lib.mk>
+