Module Name: src
Committed By: christos
Date: Fri Oct 24 18:27:41 UTC 2014
Modified Files:
src/lib/libpam/libpam: Makefile
Log Message:
pam library has moved and new files
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/lib/libpam/libpam/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libpam/libpam/Makefile
diff -u src/lib/libpam/libpam/Makefile:1.16 src/lib/libpam/libpam/Makefile:1.17
--- src/lib/libpam/libpam/Makefile:1.16 Sat Dec 28 13:04:18 2013
+++ src/lib/libpam/libpam/Makefile Fri Oct 24 14:27:41 2014
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2013/12/28 18:04:18 christos Exp $
+# $NetBSD: Makefile,v 1.17 2014/10/24 18:27:41 christos Exp $
#-
# Copyright (c) 1998 Juniper Networks, Inc.
# All rights reserved.
@@ -72,6 +72,7 @@ SRCS= openpam_borrow_cred.c \
openpam_set_feature.c \
openpam_set_option.c \
openpam_straddch.c \
+ openpam_strlset.c \
openpam_subst.c \
openpam_ttyconv.c \
pam_acct_mgmt.c \
@@ -206,6 +207,6 @@ openpam_static_modules.o: openpam_static
.include <bsd.lib.mk>
.PATH.h: ${DIST}/include
-.PATH.c: ${DIST}/lib
+.PATH.c: ${DIST}/lib/libpam
.PATH.3: ${DIST}/doc/man
.PATH.5: ${DIST}/doc/man