aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/cvs/lib/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/cvs/lib/Makefile')
-rw-r--r--gnu/usr.bin/cvs/lib/Makefile25
1 files changed, 17 insertions, 8 deletions
diff --git a/gnu/usr.bin/cvs/lib/Makefile b/gnu/usr.bin/cvs/lib/Makefile
index f61d748d9f8c9..78d96a448ce21 100644
--- a/gnu/usr.bin/cvs/lib/Makefile
+++ b/gnu/usr.bin/cvs/lib/Makefile
@@ -1,11 +1,21 @@
-# $Id: Makefile,v 1.9 1995/12/10 23:09:19 peter Exp $
+# $Id: Makefile,v 1.10 1995/12/11 02:22:30 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 \
+.include "${.CURDIR}/../Makefile.inc"
+
+.PATH: ${CVSDIR}/src
+.PATH: ${CVSDIR}/lib
+.PATH: ${CVSDIR}/man
+
+LIB= cvs
+
+NOPROFILE= yes
+NOPIC= yes
+
+CFLAGS+= -I${.CURDIR} -I${CVSDIR}/src -DHAVE_CONFIG_H
+
+SRCS = argmatch.c getdate.y getline.c \
+ getopt.c getopt1.c savecwd.c \
+ sighandle.c strippath.c stripslash.c \
xgetwd.c yesno.c
CLEANFILES+= getdate.c y.tab.h
@@ -14,4 +24,3 @@ install:
@echo -n
.include <bsd.lib.mk>
-