summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/cvs/lib/Makefile
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1996-08-20 23:58:03 +0000
committerPeter Wemm <peter@FreeBSD.org>1996-08-20 23:58:03 +0000
commit8787dbbafee1a8f22ab151f35cb3636099bcaf98 (patch)
tree0b957ddb72fa86bed0d5cca1b316e48971b4a797 /gnu/usr.bin/cvs/lib/Makefile
parent7e0b7d4a877033aefd103a68e8b4e607e34c3f32 (diff)
Notes
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 f61d748d9f8c..78d96a448ce2 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>
-