22 lines
512 B
Makefile
22 lines
512 B
Makefile
# $NetBSD: Makefile.inc,v 1.5 2003/09/25 16:10:52 christos Exp $
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
WARNS?= 0
|
|
|
|
IDIST= ${NETBSDSRCDIR}/gnu/dist/cvs
|
|
|
|
CPPFLAGS+= -DSETXID_SUPPORT -DHAVE_CONFIG_H \
|
|
-I${.CURDIR}/../include -I${IDIST}/lib \
|
|
-I${IDIST}/diff -I${IDIST}/src
|
|
|
|
DOBJDIR!=cd $(.CURDIR)/../libdiff && ${PRINTOBJDIR}
|
|
COBJDIR!=cd $(.CURDIR)/../libcvs && ${PRINTOBJDIR}
|
|
|
|
LIBDIFF= ${DOBJDIR}/libdiff.a
|
|
LIBCVS= ${COBJDIR}/libcvs.a
|
|
|
|
.if exists(${.CURDIR}/../../Makefile.inc)
|
|
.include "${.CURDIR}/../../Makefile.inc"
|
|
.endif
|