ee66677a7a
Discussed with: ru
18 lines
307 B
Makefile
18 lines
307 B
Makefile
# $FreeBSD$
|
|
|
|
.if !defined(CVSDIR)
|
|
|
|
CVSDIR= $(.CURDIR)/../../../../contrib/cvs
|
|
|
|
LIBCVSDIR= ${.OBJDIR}/../lib
|
|
LIBCVS= ${LIBCVSDIR}/libcvs.a
|
|
|
|
LIBDIFFDIR= ${.OBJDIR}/../libdiff
|
|
LIBDIFF= ${LIBDIFFDIR}/libdiff.a
|
|
|
|
.if exists(${.CURDIR}/../../Makefile.inc)
|
|
.include "${.CURDIR}/../../Makefile.inc"
|
|
.endif
|
|
|
|
.endif
|