2001-01-09 11:52:56 +03:00
|
|
|
# $NetBSD: Makefile.inc,v 1.11 2001/01/09 08:52:57 enami Exp $
|
1993-07-09 05:56:50 +04:00
|
|
|
|
2001-01-09 11:52:56 +03:00
|
|
|
.include <bsd.own.mk>
|
|
|
|
|
|
|
|
LIBRCSDIR!=cd $(.CURDIR)/../lib && ${PRINTOBJDIR}
|
|
|
|
LIBRCS=${LIBRCSDIR}/librcs.a
|
1997-10-25 14:10:19 +04:00
|
|
|
CPPFLAGS+=-I${.CURDIR}/../lib
|
1999-07-30 08:07:23 +04:00
|
|
|
LDADD= ${LIBRCS}
|
|
|
|
DPADD= ${LIBRCS}
|
1997-10-18 08:42:01 +04:00
|
|
|
|
|
|
|
.if exists(${.CURDIR}/../../Makefile.inc)
|
|
|
|
.include "${.CURDIR}/../../Makefile.inc"
|
|
|
|
.endif
|