diff options
| author | christos <christos@NetBSD.org> | 2000-09-04 22:14:31 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2000-09-04 22:14:31 +0000 |
| commit | f3626f4e192016f52af15ae52a49e912a54c4d9e (patch) | |
| tree | 643b865f791a22e6df1c1981fe62e0a35e4a096f /gnu/usr.bin/cvs/libdiff | |
| parent | 82dfee0b88239d0fdb3a6c0d005a699e9c535dbd (diff) | |
fix the Makefiles to work with ${OBJDIR}
Diffstat (limited to 'gnu/usr.bin/cvs/libdiff')
| -rw-r--r-- | gnu/usr.bin/cvs/libdiff/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/usr.bin/cvs/libdiff/Makefile b/gnu/usr.bin/cvs/libdiff/Makefile index fd3c62f2619..715a2817590 100644 --- a/gnu/usr.bin/cvs/libdiff/Makefile +++ b/gnu/usr.bin/cvs/libdiff/Makefile @@ -1,4 +1,6 @@ -# $NetBSD: Makefile,v 1.1 2000/09/04 21:46:57 christos Exp $ +# $NetBSD: Makefile,v 1.2 2000/09/04 22:14:32 christos Exp $ + +.include "${.CURDIR}/../Makefile.inc" LIB= diff |
