[BACK]Return to pam.buildlink3.mk CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / mk

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /pkgsrc/mk/pam.buildlink3.mk between version 1.3 and 1.3.2.3

version 1.3, 2005/01/14 07:54:20 version 1.3.2.3, 2005/05/17 18:29:44
Line 25  PAM_BUILDLINK3_MK:= ${PAM_BUILDLINK3_MK}
Line 25  PAM_BUILDLINK3_MK:= ${PAM_BUILDLINK3_MK}
 # This is an exhaustive list of all of the PAM implementations  # This is an exhaustive list of all of the PAM implementations
 # that may be used with PAM.buildlink3.mk, in order of precedence.  # that may be used with PAM.buildlink3.mk, in order of precedence.
 #  #
 _PAM_PKGS?=     linux-pam openpam solaris-pam  # OS conditionals can exclude implementations not available on
   # some platforms.
   #
   .if ${OPSYS} != "Interix"
   _PAM_PKGS+=     linux-pam
   .endif
   
   .if ${OPSYS} != "Interix"
   _PAM_PKGS+=     openpam
   .endif
   
   # builtin only, so no conditional needed
   _PAM_PKGS+=     solaris-pam
   
 BUILDLINK_BUILTIN_MK.linux-pam=         ../../security/PAM/builtin.mk  BUILDLINK_BUILTIN_MK.linux-pam=         ../../security/PAM/builtin.mk
 BUILDLINK_BUILTIN_MK.openpam=           ../../security/openpam/builtin.mk  BUILDLINK_BUILTIN_MK.openpam=           ../../security/openpam/builtin.mk

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.3.2.3

CVSweb <webmaster@jp.NetBSD.org>