summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/diffutils/lib
diff options
context:
space:
mode:
authorlukem <lukem@NetBSD.org>2004-05-23 02:24:50 +0000
committerlukem <lukem@NetBSD.org>2004-05-23 02:24:50 +0000
commitb8172479885f1b25a6e2bcabab191013c6d4ac12 (patch)
treea401bb347d077f86aa9b64bee9049738593e9f80 /gnu/usr.bin/diffutils/lib
parentdbf34104b4cdf7c27be040a68e39297faca419da (diff)
Use MKPRIVATELIB=yes instead of providing an empty libinstall:: target and
setting NOLINT, NOPIC, NOPROFILE (etc)
Diffstat (limited to 'gnu/usr.bin/diffutils/lib')
-rw-r--r--gnu/usr.bin/diffutils/lib/Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/gnu/usr.bin/diffutils/lib/Makefile b/gnu/usr.bin/diffutils/lib/Makefile
index f38c0d29124..a72ae088013 100644
--- a/gnu/usr.bin/diffutils/lib/Makefile
+++ b/gnu/usr.bin/diffutils/lib/Makefile
@@ -1,8 +1,6 @@
-# $NetBSD: Makefile,v 1.1.1.1 2003/01/26 00:40:40 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2004/05/23 02:24:50 lukem Exp $
-NOLINT= # defined
-NOPIC= # defined
-NOPROFILE= # defined
+MKPRIVATELIB= yes
.include "${.CURDIR}/../Makefile.inc"
@@ -16,7 +14,4 @@ SRCS= basename.c c-stack.c cmpbuf.c error.c exclude.c exitfail.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>