From 488efef5d4aa3d69ffdaeb4e0efd106c5fdbcf8a Mon Sep 17 00:00:00 2001 From: wiz Date: Sun, 26 Jan 2003 00:40:40 +0000 Subject: Import build structure for diffutils-2.8.1. Reviewed by christos. --- gnu/usr.bin/diffutils/Makefile.inc | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 gnu/usr.bin/diffutils/Makefile.inc (limited to 'gnu/usr.bin/diffutils/Makefile.inc') diff --git a/gnu/usr.bin/diffutils/Makefile.inc b/gnu/usr.bin/diffutils/Makefile.inc new file mode 100644 index 00000000000..5d0554011ab --- /dev/null +++ b/gnu/usr.bin/diffutils/Makefile.inc @@ -0,0 +1,18 @@ +# $NetBSD: Makefile.inc,v 1.1.1.1 2003/01/26 00:40:40 wiz Exp $ + +.include + +WARNS= 0 + +IDIST= ${NETBSDSRCDIR}/gnu/dist/diffutils-2.8.1 + +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 -- cgit