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 /lib/libtelnet/Makefile | |
| 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 'lib/libtelnet/Makefile')
| -rw-r--r-- | lib/libtelnet/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libtelnet/Makefile b/lib/libtelnet/Makefile index 310eee05832..046c230e9e2 100644 --- a/lib/libtelnet/Makefile +++ b/lib/libtelnet/Makefile @@ -1,9 +1,9 @@ # from: @(#)Makefile 8.2 (Berkeley) 12/15/93 -# $NetBSD: Makefile,v 1.28 2007/05/28 12:06:22 tls Exp $ +# $NetBSD: Makefile,v 1.29 2008/05/03 14:48:31 lukem Exp $ USE_FORT?= yes # network protocol library -MKPRIVATELIB= yes +LIBISPRIVATE= yes .include <bsd.own.mk> |
