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/libdiff | |
| parent | 16cc52a1aada59725a28ade9c5a877d98a4b57d8 (diff) | |
Add reach-over Makefiles for cvs
Diffstat (limited to 'gnu/usr.bin/cvs/libdiff')
| -rw-r--r-- | gnu/usr.bin/cvs/libdiff/Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/gnu/usr.bin/cvs/libdiff/Makefile b/gnu/usr.bin/cvs/libdiff/Makefile new file mode 100644 index 00000000000..fd3c62f2619 --- /dev/null +++ b/gnu/usr.bin/cvs/libdiff/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1 2000/09/04 21:46:57 christos Exp $ + +LIB= diff + +DIST= ${IDIST}/${LIB} +.PATH: ${DIST} + +SRCS != echo ${DIST}/*.c | sed -e s,${DIST}/,,g + +MKLINT= no +MKPIC= no +MKPROFILE= no + +# only needed during build +libinstall:: + +.include <bsd.lib.mk> |
