Print this page
5110 want pam_timestamp module
Split |
Close |
Expand all |
Collapse all |
--- old/usr/src/lib/pam_modules/Makefile
+++ new/usr/src/lib/pam_modules/Makefile
1 1 #
2 2 # CDDL HEADER START
3 3 #
4 4 # The contents of this file are subject to the terms of the
5 5 # Common Development and Distribution License (the "License").
6 6 # You may not use this file except in compliance with the License.
7 7 #
8 8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9 9 # or http://www.opensolaris.org/os/licensing.
10 10 # See the License for the specific language governing permissions
11 11 # and limitations under the License.
12 12 #
13 13 # When distributing Covered Code, include this CDDL HEADER in each
14 14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
↓ open down ↓ |
14 lines elided |
↑ open up ↑ |
15 15 # If applicable, add the following below this CDDL HEADER, with the
16 16 # fields enclosed by brackets "[]" replaced with your own identifying
17 17 # information: Portions Copyright [yyyy] [name of copyright owner]
18 18 #
19 19 # CDDL HEADER END
20 20 #
21 21 #
22 22 # Copyright 2009 Sun Microsystems, Inc. All rights reserved.
23 23 # Use is subject to license terms.
24 24 #
25 +# Copyright 2014 Nexenta Systems, Inc.
26 +#
25 27 # lib/pam_modules/Makefile
26 28 #
27 29
28 30 include $(SRC)/Makefile.master
29 31
30 32 SUBDIRS = \
31 33 allow \
32 34 authtok_get \
33 35 authtok_check \
34 36 authtok_store \
35 37 deny \
36 38 dhkeys \
37 39 dial_auth \
↓ open down ↓ |
3 lines elided |
↑ open up ↑ |
38 40 krb5 \
39 41 krb5_migrate \
40 42 ldap \
41 43 list \
42 44 passwd_auth \
43 45 rhosts_auth \
44 46 roles \
45 47 sample \
46 48 smb \
47 49 smbfs \
50 + timestamp \
48 51 tsol_acct \
49 52 unix_auth \
50 53 unix_account \
51 54 unix_cred \
52 55 unix_session
53 56
54 57 all := TARGET= all
55 58 catalog := TARGET= _msg
56 59 clean := TARGET= clean
57 60 clobber := TARGET= clobber
58 61 install := TARGET= install
59 62 lint := TARGET= lint
60 63 _msg := TARGET= _msg
61 64
62 65 .KEEP_STATE:
63 66
64 67 all clean clobber install lint _msg: $(SUBDIRS)
65 68
66 69 $(SUBDIRS): FRC
67 70 @cd $@; pwd; $(MAKE) $(TARGET)
68 71
69 72 FRC:
↓ open down ↓ |
12 lines elided |
↑ open up ↑ |
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX