2002-09-19 07:09:31 +04:00
|
|
|
# $NetBSD: Makefile.inc,v 1.4 2002/09/19 03:09:34 lukem Exp $
|
2001-01-09 11:52:56 +03:00
|
|
|
|
|
|
|
.include <bsd.own.mk>
|
2000-09-05 01:46:56 +04:00
|
|
|
|
|
|
|
WARNS?= 0
|
|
|
|
|
2002-09-19 07:09:31 +04:00
|
|
|
IDIST= ${NETBSDSRCDIR}/gnu/dist/cvs
|
2000-09-05 01:46:56 +04:00
|
|
|
|
|
|
|
CPPFLAGS+= -DHAVE_CONFIG_H -I${.CURDIR}/../include -I${IDIST}/lib \
|
|
|
|
-I${IDIST}/diff -I${IDIST}/src
|
|
|
|
|
2001-01-09 11:52:56 +03:00
|
|
|
DOBJDIR!=cd $(.CURDIR)/../libdiff && ${PRINTOBJDIR}
|
|
|
|
COBJDIR!=cd $(.CURDIR)/../libcvs && ${PRINTOBJDIR}
|
2000-09-05 01:46:56 +04:00
|
|
|
|
|
|
|
LIBDIFF= ${DOBJDIR}/libdiff.a
|
|
|
|
LIBCVS= ${COBJDIR}/libcvs.a
|
|
|
|
|
|
|
|
.if exists(${.CURDIR}/../../Makefile.inc)
|
|
|
|
.include "${.CURDIR}/../../Makefile.inc"
|
|
|
|
.endif
|