NetBSD/gnu/usr.bin/rcs/Makefile.inc
enami 5d9e26fa5b - Use PRINTOBJDIR and .WAIT where appropriate.
- Define PARALLEL in gdb/Makefile since multiple yacc might run.
2001-01-09 08:52:56 +00:00

14 lines
321 B
Makefile

# $NetBSD: Makefile.inc,v 1.11 2001/01/09 08:52:57 enami Exp $
.include <bsd.own.mk>
LIBRCSDIR!=cd $(.CURDIR)/../lib && ${PRINTOBJDIR}
LIBRCS=${LIBRCSDIR}/librcs.a
CPPFLAGS+=-I${.CURDIR}/../lib
LDADD= ${LIBRCS}
DPADD= ${LIBRCS}
.if exists(${.CURDIR}/../../Makefile.inc)
.include "${.CURDIR}/../../Makefile.inc"
.endif