blob: 69df1f381705bbc5629bf63534ba86b512828054 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# $NetBSD: Makefile.inc,v 1.2 2003/01/26 06:51:04 elric Exp $
.include <bsd.own.mk>
WARNS= 0
IDIST= ${NETBSDSRCDIR}/gnu/dist/diffutils
CPPFLAGS+= -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H \
-I${.CURDIR}/../include -I${IDIST}/lib
DOBJDIR!= cd $(.CURDIR)/../lib && ${PRINTOBJDIR}
LIBDIFFUTILS= ${DOBJDIR}/libdiffutils.a
.if exists(${.CURDIR}/../../Makefile.inc)
.include "${.CURDIR}/../../Makefile.inc"
.endif
|