diff options
| author | lukem <lukem@NetBSD.org> | 2004-05-23 02:24:50 +0000 |
|---|---|---|
| committer | lukem <lukem@NetBSD.org> | 2004-05-23 02:24:50 +0000 |
| commit | b8172479885f1b25a6e2bcabab191013c6d4ac12 (patch) | |
| tree | a401bb347d077f86aa9b64bee9049738593e9f80 /gnu/usr.bin/diffutils/lib | |
| parent | dbf34104b4cdf7c27be040a68e39297faca419da (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/Makefile | 9 |
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> |
