summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/cvs/Makefile.inc
blob: daeb2743917abf8c445083e410d64719e23de959 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
.if !defined(CVSDIR)

CVSDIR=		$(.CURDIR)/../../../../contrib/cvs

.if exists(${.OBJDIR}/../lib)
LIBDESTDIR=	${.OBJDIR}/../lib
.else
LIBDESTDIR=	${.CURDIR}/../lib
.endif

LDDESTDIR=	-L${LIBDESTDIR}
LIBCVS=		${LIBDESTDIR}/libcvs.a

.if exists(${.CURDIR}/../../Makefile.inc)
.include "${.CURDIR}/../../Makefile.inc"
.endif

.endif
OpenPOWER on IntegriCloud