summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/diffutils/lib/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@NetBSD.org>2003-01-26 00:40:40 +0000
committerwiz <wiz@NetBSD.org>2003-01-26 00:40:40 +0000
commit488efef5d4aa3d69ffdaeb4e0efd106c5fdbcf8a (patch)
treeb1d715ffa5fe6015cc068c7ffa95691065e5b552 /gnu/usr.bin/diffutils/lib/Makefile
parent60f2388778167bbc460fbe5567ee4872abbdc988 (diff)
Import build structure for diffutils-2.8.1. Reviewed by christos.
Diffstat (limited to 'gnu/usr.bin/diffutils/lib/Makefile')
-rw-r--r--gnu/usr.bin/diffutils/lib/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/gnu/usr.bin/diffutils/lib/Makefile b/gnu/usr.bin/diffutils/lib/Makefile
new file mode 100644
index 00000000000..f38c0d29124
--- /dev/null
+++ b/gnu/usr.bin/diffutils/lib/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/01/26 00:40:40 wiz Exp $
+
+NOLINT= # defined
+NOPIC= # defined
+NOPROFILE= # defined
+
+.include "${.CURDIR}/../Makefile.inc"
+
+LIB= diffutils
+
+DIST= ${IDIST}/lib
+.PATH: ${DIST}
+
+SRCS= basename.c c-stack.c cmpbuf.c error.c exclude.c exitfail.c \
+ freesoft.c \
+ hard-locale.c imaxtostr.c offtostr.c prepargs.c posixver.c quotesys.c \
+ regex.c setmode.c strftime.c umaxtostr.c xmalloc.c xstrtoumax.c
+
+# only needed during build
+libinstall::
+
+.include <bsd.lib.mk>