diff options
| author | christos <christos@NetBSD.org> | 2016-01-13 03:40:49 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2016-01-13 03:40:49 +0000 |
| commit | e24eccea776de5d0b3032898b8329fd07f09d4ce (patch) | |
| tree | 18c69f6f8ae93f2d22c6714085f60181ab21c10c /gnu/usr.bin/diffutils/Makefile.inc | |
| parent | 8df9f5af1bdb21f5a7075c1eae6ff7c25968c338 (diff) | |
unhook and delete diffutils/gettext
Diffstat (limited to 'gnu/usr.bin/diffutils/Makefile.inc')
| -rw-r--r-- | gnu/usr.bin/diffutils/Makefile.inc | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/gnu/usr.bin/diffutils/Makefile.inc b/gnu/usr.bin/diffutils/Makefile.inc deleted file mode 100644 index 69df1f38170..00000000000 --- a/gnu/usr.bin/diffutils/Makefile.inc +++ /dev/null @@ -1,18 +0,0 @@ -# $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 |
