Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/mk Disable PAM by default until it gets properly integ...
details: https://anonhg.NetBSD.org/src/rev/592406da6672
branches: trunk
changeset: 572708:592406da6672
user: manu <manu%NetBSD.org@localhost>
date: Mon Jan 10 21:06:39 2005 +0000
description:
Disable PAM by default until it gets properly integrated.
Now have MKPAM=yes in /etc/mk.conf if you want to experiment with PAM.
diffstat:
share/mk/bsd.README | 5 ++---
share/mk/bsd.own.mk | 6 +++---
2 files changed, 5 insertions(+), 6 deletions(-)
diffs (46 lines):
diff -r 761f0bb5f0a6 -r 592406da6672 share/mk/bsd.README
--- a/share/mk/bsd.README Mon Jan 10 20:53:48 2005 +0000
+++ b/share/mk/bsd.README Mon Jan 10 21:06:39 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.README,v 1.160 2005/01/10 00:20:21 he Exp $
+# $NetBSD: bsd.README,v 1.161 2005/01/10 21:06:39 manu Exp $
# @(#)bsd.README 8.2 (Berkeley) 4/2/94
This is the README file for the new make "include" files for the BSD
@@ -206,8 +206,7 @@
MKPAM If "no", disables building of PAM authentication
infrastructure (libraries and support programs).
- Default: yes if target supports shared libraries and
- MKPIC is not set to "no"
+ Default: no
MKPIC If "no", don't build or install shared libraries, and
also acts as "MKPICLIB=no"
diff -r 761f0bb5f0a6 -r 592406da6672 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk Mon Jan 10 20:53:48 2005 +0000
+++ b/share/mk/bsd.own.mk Mon Jan 10 21:06:39 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.430 2005/01/10 00:20:21 he Exp $
+# $NetBSD: bsd.own.mk,v 1.431 2005/01/10 21:06:39 manu Exp $
.if !defined(_BSD_OWN_MK_)
_BSD_OWN_MK_=1
@@ -561,7 +561,7 @@
MAN \
NLS \
OBJ \
- PAM PIC PICINSTALL PICLIB POSTFIX PROFILE \
+ PIC PICINSTALL PICLIB POSTFIX PROFILE \
SENDMAIL SHARE SKEY STATICLIB \
UUCP \
YP
@@ -573,7 +573,7 @@
#
.for var in \
CRYPTO_IDEA CRYPTO_MDC2 CRYPTO_RC5 \
- MANZ OBJDIRS PRIVATELIB SOFTFLOAT UNPRIVED UPDATE X11
+ MANZ OBJDIRS PAM PRIVATELIB SOFTFLOAT UNPRIVED UPDATE X11
MK${var}?= no
.endfor
Home |
Main Index |
Thread Index |
Old Index