mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-13 14:40:22 +00:00
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
|