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

12 lines
324 B
PHP
Raw Normal View History

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; \
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}
.if exists(${.CURDIR}/../../Makefile.inc)
.include "${.CURDIR}/../../Makefile.inc"
.endif