NetBSD/gnu/usr.bin/cvs/Makefile.inc

22 lines
512 B
PHP
Raw Normal View History

2003-09-25 20:10:52 +04:00
# $NetBSD: Makefile.inc,v 1.5 2003/09/25 16:10:52 christos Exp $
.include <bsd.own.mk>
2000-09-05 01:46:56 +04:00
WARNS?= 0
IDIST= ${NETBSDSRCDIR}/gnu/dist/cvs
2000-09-05 01:46:56 +04:00
2003-09-25 20:10:52 +04:00
CPPFLAGS+= -DSETXID_SUPPORT -DHAVE_CONFIG_H \
-I${.CURDIR}/../include -I${IDIST}/lib \
2000-09-05 01:46:56 +04:00
-I${IDIST}/diff -I${IDIST}/src
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