Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/mk Provide MKPAM and USE_PAM
details: https://anonhg.NetBSD.org/src/rev/87a3392eae17
branches: trunk
changeset: 572502:87a3392eae17
user: lukem <lukem%NetBSD.org@localhost>
date: Thu Jan 06 00:42:58 2005 +0000
description:
Provide MKPAM and USE_PAM
diffstat:
share/mk/bsd.README | 10 +++++++++-
share/mk/bsd.own.mk | 6 +++---
2 files changed, 12 insertions(+), 4 deletions(-)
diffs (58 lines):
diff -r 82f511898786 -r 87a3392eae17 share/mk/bsd.README
--- a/share/mk/bsd.README Thu Jan 06 00:33:54 2005 +0000
+++ b/share/mk/bsd.README Thu Jan 06 00:42:58 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.README,v 1.157 2004/12/29 14:46:24 lukem Exp $
+# $NetBSD: bsd.README,v 1.158 2005/01/06 00:42:58 lukem Exp $
# @(#)bsd.README 8.2 (Berkeley) 4/2/94
This is the README file for the new make "include" files for the BSD
@@ -204,6 +204,10 @@
MKOBJDIRS If "no", don't create objdirs during a "make build".
Default: no
+MKPAM If "no", disables building of PAM authentication
+ infrastructure (libraries and support programs).
+ Default: yes
+
MKPIC If "no", don't build or install shared libraries, and
also acts as "MKPICLIB=no"
Default: yes (for MACHINE_ARCHs that support it)
@@ -283,6 +287,10 @@
support it. If ${MKKERBEROS} is "no", USE_KERBEROS
will also be forced to "no".
+USE_PAM If "no", disables building PAM authentication support
+ into various system utilities/libraries that support it.
+ If ${MKPAM} is "no", USE_PAM will also be forced to "no".
+
USE_SKEY If "no", disables building S/key authentication
support into various system utilities/libraries that
support it. If ${MKSKEY} is "no", USE_SKEY will
diff -r 82f511898786 -r 87a3392eae17 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk Thu Jan 06 00:33:54 2005 +0000
+++ b/share/mk/bsd.own.mk Thu Jan 06 00:42:58 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.427 2004/11/28 11:14:41 jmc Exp $
+# $NetBSD: bsd.own.mk,v 1.428 2005/01/06 00:42:58 lukem Exp $
.if !defined(_BSD_OWN_MK_)
_BSD_OWN_MK_=1
@@ -561,7 +561,7 @@
MAN \
NLS \
OBJ \
- PIC PICINSTALL PICLIB POSTFIX PROFILE \
+ PAM PIC PICINSTALL PICLIB POSTFIX PROFILE \
SENDMAIL SHARE SKEY STATICLIB \
UUCP \
YP
@@ -660,7 +660,7 @@
# USE_* options which default to "yes" unless their corresponding MK*
# variable is set to "no".
#
-.for var in HESIOD INET6 KERBEROS KERBEROS4 SKEY YP
+.for var in HESIOD INET6 KERBEROS KERBEROS4 PAM SKEY YP
.if (${MK${var}} == "no")
USE_${var}:= no
.else
Home |
Main Index |
Thread Index |
Old Index