diff options
| author | wiz <wiz@NetBSD.org> | 2003-01-26 00:40:40 +0000 |
|---|---|---|
| committer | wiz <wiz@NetBSD.org> | 2003-01-26 00:40:40 +0000 |
| commit | 488efef5d4aa3d69ffdaeb4e0efd106c5fdbcf8a (patch) | |
| tree | b1d715ffa5fe6015cc068c7ffa95691065e5b552 /gnu/usr.bin/diffutils/Makefile.inc | |
| parent | 60f2388778167bbc460fbe5567ee4872abbdc988 (diff) | |
Import build structure for diffutils-2.8.1. Reviewed by christos.
Diffstat (limited to 'gnu/usr.bin/diffutils/Makefile.inc')
| -rw-r--r-- | gnu/usr.bin/diffutils/Makefile.inc | 18 |
1 files changed, 18 insertions, 0 deletions
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 <bsd.own.mk> + +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 |
