diff options
| author | christos <christos@NetBSD.org> | 2000-09-04 21:46:56 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2000-09-04 21:46:56 +0000 |
| commit | 7803a4e4eff3e1fcfd26156a9c448fae2e3ef3c3 (patch) | |
| tree | 18b8eb18ba9df0376cb63dee6b56037d5bd7b397 /gnu/usr.bin/cvs/libcvs | |
| parent | 16cc52a1aada59725a28ade9c5a877d98a4b57d8 (diff) | |
Add reach-over Makefiles for cvs
Diffstat (limited to 'gnu/usr.bin/cvs/libcvs')
| -rw-r--r-- | gnu/usr.bin/cvs/libcvs/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/gnu/usr.bin/cvs/libcvs/Makefile b/gnu/usr.bin/cvs/libcvs/Makefile new file mode 100644 index 00000000000..745dd9a384a --- /dev/null +++ b/gnu/usr.bin/cvs/libcvs/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1 2000/09/04 21:46:57 christos Exp $ + +LIB= cvs + +DIST= ${IDIST}/lib +.PATH: ${DIST} + +SRCS= argmatch.c dup2.c getdate.y getline.c getopt.c getopt1.c \ + md5.c regex.c savecwd.c sighandle.c stripslash.c xgetwd.c \ + yesno.c + +MKLINT= no +MKPIC= no +MKPROFILE= no + +# only needed during build +libinstall:: + +.include <bsd.lib.mk> |
