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

12 lines
349 B
PHP
Raw Normal View History

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