1997-10-25 14:10:19 +04:00
|
|
|
# $NetBSD: Makefile.inc,v 1.9 1997/10/25 10:12:48 lukem 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
|
1997-10-18 08:42:01 +04:00
|
|
|
LDADD= ${LIBRCS} -lgnumalloc
|
|
|
|
DPADD= ${LIBRCS} ${LIBGNUMALLOC}
|
|
|
|
|
|
|
|
.if exists(${.CURDIR}/../../Makefile.inc)
|
|
|
|
.include "${.CURDIR}/../../Makefile.inc"
|
|
|
|
.endif
|