[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / security / PAM

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

Diff for /pkgsrc/security/PAM/Attic/Makefile between version 1.34 and 1.34.2.1

version 1.34, 2005/05/31 10:01:39 version 1.34.2.1, 2005/09/10 07:47:20
Line 58  PLIST_SUBST+=  USE_LIBCRACK="@comment "
Line 58  PLIST_SUBST+=  USE_LIBCRACK="@comment "
 .endif  .endif
   
 .if !empty(OPSYS:M*BSD)  .if !empty(OPSYS:M*BSD)
 CFLAGS+=                -DUSE_GETLOGIN=1  CPPFLAGS+=              -DUSE_GETLOGIN=1
 .endif  .endif
 MAKE_FLAGS+=            OS_CFLAGS="${CFLAGS}"  
   
 # pam_userdb uses ndbm if it finds it, otherwise it will use Berkeley DB.  # pam_userdb uses ndbm if it finds it, otherwise it will use Berkeley DB.
 .if !exists(/usr/include/ndbm.h)  .if !exists(/usr/include/ndbm.h)

Legend:
Removed from v.1.34  
changed lines
  Added in v.1.34.2.1

CVSweb <webmaster@jp.NetBSD.org>