]> CyberLeo.Net >> Repos - FreeBSD/releng/9.0.git/blob - gnu/usr.bin/cvs/Makefile.inc
Copy stable/9 to releng/9.0 as part of the FreeBSD 9.0-RELEASE release
[FreeBSD/releng/9.0.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