Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libpam/modules Install modules into /usr/lib/security



details:   https://anonhg.NetBSD.org/src/rev/524bbbf674c4
branches:  trunk
changeset: 572284:524bbbf674c4
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Wed Dec 29 00:08:14 2004 +0000

description:
Install modules into /usr/lib/security

diffstat:

 lib/libpam/modules/mod.mk |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 1ca3c4ee665b -r 524bbbf674c4 lib/libpam/modules/mod.mk
--- a/lib/libpam/modules/mod.mk Tue Dec 28 23:59:22 2004 +0000
+++ b/lib/libpam/modules/mod.mk Wed Dec 29 00:08:14 2004 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: mod.mk,v 1.1 2004/12/12 08:18:43 christos Exp $
+#      $NetBSD: mod.mk,v 1.2 2004/12/29 00:08:14 thorpej Exp $
 
 NOLINT=                # don't build a lint library
 NOPROFILE=     # don't build a profile library
@@ -8,6 +8,7 @@
 
 .include "${.CURDIR}/../../Makefile.inc"
 
+LIBDIR=/usr/lib/security
 WARNS=3
 
 .PRECIOUS: ${DESTDIR}${LIBDIR}/${LIB}.so.${SHLIB_MAJOR}



Home | Main Index | Thread Index | Old Index