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