1999-07-30 08:07:23 +04:00
|
|
|
# $NetBSD: Makefile.inc,v 1.10 1999/07/30 04:07:26 mycroft Exp $
|
1993-07-09 05:56:50 +04:00
|
|
|
|
1993-12-28 13:59:05 +03:00
|
|
|
LIBRCS!=cd $(.CURDIR)/../lib; \
|
1997-05-07 11:15:34 +04:00
|
|
|
printf "xxx: .MAKE\n\t@echo \$${.OBJDIR}/librcs.a\n" | ${MAKE} -s -f-
|
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
|