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 /usr.sbin/mopd | |
| 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 'usr.sbin/mopd')
| -rw-r--r-- | usr.sbin/mopd/common/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/mopd/common/Makefile b/usr.sbin/mopd/common/Makefile index 572314024e3..80633b6242c 100644 --- a/usr.sbin/mopd/common/Makefile +++ b/usr.sbin/mopd/common/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.10 2006/05/12 01:54:57 mrg Exp $ +# $NetBSD: Makefile,v 1.11 2008/05/03 14:48:32 lukem Exp $ -MKPRIVATELIB= yes +LIBISPRIVATE= yes LIB= common SRCS= cmp.c device.c dl.c file.c get.c log.c loop-bsd.c mopdef.c nma.c pf.c \ |
