]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - gnu/usr.bin/cvs/Makefile.inc
Copy head to stable/9 as part of 9.0-RELEASE release cycle.
[FreeBSD/stable/9.git] / gnu / usr.bin / cvs / Makefile.inc
1 # $FreeBSD$
2
3 .if !defined(CVSDIR)
4
5 CVSDIR=         $(.CURDIR)/../../../../contrib/cvs
6
7 LIBCVSDIR=      ${.OBJDIR}/../lib
8 LIBCVS=         ${LIBCVSDIR}/libcvs.a
9
10 LIBDIFFDIR=     ${.OBJDIR}/../libdiff
11 LIBDIFF=        ${LIBDIFFDIR}/libdiff.a
12
13 .if exists(${.CURDIR}/../../Makefile.inc)
14 .include "${.CURDIR}/../../Makefile.inc"
15 .endif
16
17 .endif