diff options
| author | lukem <lukem@NetBSD.org> | 2008-05-03 14:48:30 +0000 |
|---|---|---|
| committer | lukem <lukem@NetBSD.org> | 2008-05-03 14:48:30 +0000 |
| commit | 66176dfdffb03a6e48fcd2fe73d3b5bb4f7845be (patch) | |
| tree | b6f944f2d860631cd97a6a6894829fce142765f2 /gnu/usr.bin/groff/src/libs/libgroff | |
| parent | b552ef70c28001d7cb5cacc6fd34be0288390550 (diff) | |
Rename MKPRIVATELIB to LIBISPRIVATE, to make it clearer that this is
a variable that is used by in-tree Makefiles to control behaviour.
(MKsomevar variables are generally intended to be controlled by the end-user)
Diffstat (limited to 'gnu/usr.bin/groff/src/libs/libgroff')
| -rw-r--r-- | gnu/usr.bin/groff/src/libs/libgroff/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/groff/src/libs/libgroff/Makefile b/gnu/usr.bin/groff/src/libs/libgroff/Makefile index 484a400c6c8..3b42a3c7ee6 100644 --- a/gnu/usr.bin/groff/src/libs/libgroff/Makefile +++ b/gnu/usr.bin/groff/src/libs/libgroff/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.8 2006/02/06 18:29:48 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2008/05/03 14:48:30 lukem Exp $ # $FreeBSD: src/gnu/usr.bin/groff/src/libs/libgroff/Makefile,v 1.5 2003/05/01 13:22:19 ru Exp $ DIST_SUBDIR= src/libs/libgroff -MKPRIVATELIB= yes +LIBISPRIVATE= yes LIB= groff SRCS= assert.cpp change_lf.cpp cmap.cpp color.cpp cset.cpp \ |
