[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.223 and 1.227

version 1.223, 2007/11/12 15:04:35 version 1.227, 2008/04/10 13:52:45
Line 91  LIBCRT0= ${DESTDIR}/usr/lib/crt0.o
Line 91  LIBCRT0= ${DESTDIR}/usr/lib/crt0.o
         archive asn1 bluetooth bsdmalloc bz2 c c_pic cdk com_err compat \          archive asn1 bluetooth bsdmalloc bz2 c c_pic cdk com_err compat \
         crypt crypto crypto_idea crypto_mdc2 crypto_rc5 \          crypt crypto crypto_idea crypto_mdc2 crypto_rc5 \
         curses dbm des edit event \          curses dbm des edit event \
         form fl g2c gcc gnumalloc gssapi hdb intl ipsec \          form fl g2c gcc gnumalloc gssapi hdb heimntlm hx509 intl ipsec \
         kadm5clnt kadm5srv kafs krb5 kvm l \          kadm5clnt kadm5srv kafs krb5 kvm l \
         m magic menu objc ossaudio pam pcap pci pmc posix pthread pthread_dbg \          m magic menu objc ossaudio pam pcap pci pmc posix pthread pthread_dbg \
         puffs radius resolv rmt roken rpcsvc rt sdp skey sl ss ssh ssl termcap \          puffs radius resolv rmt roken rpcsvc rt sdp skey sl ss ssh ssl termcap \
Line 109  PAM_STATIC_LDADD+= -lssh
Line 109  PAM_STATIC_LDADD+= -lssh
 PAM_STATIC_DPADD+= ${LIBSSH}  PAM_STATIC_DPADD+= ${LIBSSH}
 .endif  .endif
 .if (${MKKERBEROS} != "no")  .if (${MKKERBEROS} != "no")
 PAM_STATIC_LDADD+= -lkafs -lkrb5 -lasn1 -lroken -lcom_err -lcrypto  PAM_STATIC_LDADD+= -lkafs -lkrb5 -lhx509 -lasn1 -lroken -lcom_err -lcrypto
 PAM_STATIC_DPADD+= ${LIBKAFS} ${LIBKRB5} ${LIBASN1} ${LIBROKEN} \  PAM_STATIC_DPADD+= ${LIBKAFS} ${LIBKRB5} ${LIBHX509} ${LIBASN1} ${LIBROKEN} \
         ${LIBCOM_ERR} ${LIBCRYPTO}          ${LIBCOM_ERR} ${LIBCRYPTO}
 .endif  .endif
 .if (${MKSKEY} != "no")  .if (${MKSKEY} != "no")
Line 307  ${_P}.ro: ${OBJS.${_P}} ${DPADD}
Line 307  ${_P}.ro: ${OBJS.${_P}} ${DPADD}
         ${LD} -r -dc -o ${.TARGET} ${OBJS.${_P}}          ${LD} -r -dc -o ${.TARGET} ${OBJS.${_P}}
   
 .if defined(_PROGDEBUG.${_P})  .if defined(_PROGDEBUG.${_P})
 ${_PROGDEBUG}.${_P}: ${_P}  ${_PROGDEBUG.${_P}}: ${_P}
         ${_MKTARGET_CREATE}          ${_MKTARGET_CREATE}
         ${OBJCOPY} --only-keep-debug ${_P} ${_PROGDEBUG.${_P}}          ${OBJCOPY} --only-keep-debug ${_P} ${_PROGDEBUG.${_P}}
         ${OBJCOPY} -R .gnu_debuglink --add-gnu-debuglink=${_PROGDEBUG.${_P}} ${_P} \          ${OBJCOPY} -R .gnu_debuglink --add-gnu-debuglink=${_PROGDEBUG.${_P}} ${_P} \
Line 377  lint-${_P}: ${LOBJS.${_P}}
Line 377  lint-${_P}: ${LOBJS.${_P}}
   
 .endfor # _P in ${PROGS} ${PROGS_CXX}                                   # }  .endfor # _P in ${PROGS} ${PROGS_CXX}                                   # }
   
   .if defined(OBJS) && !empty(OBJS) && \
       (empty(PROGS) && empty(PROGS_CXX))
   cleanobjs: cleanobjs-plain
   cleanobjs-plain:
           rm -f ${OBJS} ${LOBJS}
   .endif
   
 .if !target(proginstall)  .if !target(proginstall)
 proginstall:: ${_PROG_INSTALL}  proginstall:: ${_PROG_INSTALL}
 .endif  .endif

Legend:
Removed from v.1.223  
changed lines
  Added in v.1.227

CVSweb <webmaster@jp.NetBSD.org>