[BACK]Return to bsd.prog.mk CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / share / mk

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

Diff for /src/share/mk/bsd.prog.mk between version 1.299.2.2 and 1.300

version 1.299.2.2, 2017/04/26 02:52:59 version 1.300, 2016/08/20 11:23:33
Line 118  LIBCRTI= ${DESTDIR}/usr/lib/${MLIBDIR:D$
Line 118  LIBCRTI= ${DESTDIR}/usr/lib/${MLIBDIR:D$
         crypto_mdc2 \          crypto_mdc2 \
         crypto_rc5 \          crypto_rc5 \
         curses \          curses \
         cxx \  
         dbm \          dbm \
         des \          des \
         dns \          dns \
Line 156  LIBCRTI= ${DESTDIR}/usr/lib/${MLIBDIR:D$
Line 155  LIBCRTI= ${DESTDIR}/usr/lib/${MLIBDIR:D$
         m \          m \
         magic \          magic \
         menu \          menu \
         netpgpverify \  
         objc \          objc \
         ossaudio \          ossaudio \
         pam \          pam \
Line 165  LIBCRTI= ${DESTDIR}/usr/lib/${MLIBDIR:D$
Line 163  LIBCRTI= ${DESTDIR}/usr/lib/${MLIBDIR:D$
         pmc \          pmc \
         posix \          posix \
         pthread \          pthread \
           pthread_dbg \
         puffs \          puffs \
         quota \          quota \
         radius \          radius \
Line 200  LIBCRTI= ${DESTDIR}/usr/lib/${MLIBDIR:D$
Line 199  LIBCRTI= ${DESTDIR}/usr/lib/${MLIBDIR:D$
         supcxx \          supcxx \
         terminfo \          terminfo \
         tre \          tre \
           unbound \
         usbhid \          usbhid \
         util \          util \
         wind \          wind \
Line 220  PAM_STATIC_DPADD+= ${LIBSSH}
Line 220  PAM_STATIC_DPADD+= ${LIBSSH}
 .endif  .endif
 .if (${MKKERBEROS} != "no")  .if (${MKKERBEROS} != "no")
 PAM_STATIC_LDADD+= -lkafs -lkrb5 -lhx509 -lwind -lasn1 \  PAM_STATIC_LDADD+= -lkafs -lkrb5 -lhx509 -lwind -lasn1 \
         -lroken -lcom_err -lheimbase -lcrypto -lsqlite3          -lroken -lcom_err -lheimbase -lcrypto
 PAM_STATIC_DPADD+= ${LIBKAFS} ${LIBKRB5} ${LIBHX509} ${LIBWIND} ${LIBASN1} \  PAM_STATIC_DPADD+= ${LIBKAFS} ${LIBKRB5} ${LIBHX509} ${LIBWIND} ${LIBASN1} \
         ${LIBROKEN} ${LIBCOM_ERR} ${LIBHEIMBASE} ${LIBCRYPTO} ${LIBSQLITE3}          ${LIBROKEN} ${LIBCOM_ERR} ${LIBHEIMBASE} ${LIBCRYPTO}
 .endif  .endif
 .if (${MKSKEY} != "no")  .if (${MKSKEY} != "no")
 PAM_STATIC_LDADD+= -lskey  PAM_STATIC_LDADD+= -lskey

Legend:
Removed from v.1.299.2.2  
changed lines
  Added in v.1.300

CVSweb <webmaster@jp.NetBSD.org>