[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.117.2.3 and 1.118

version 1.117.2.3, 2001/04/25 09:53:03 version 1.118, 2000/06/25 05:07:22
Line 43  LIBEDIT?= ${DESTDIR}/usr/lib/libedit.a
Line 43  LIBEDIT?= ${DESTDIR}/usr/lib/libedit.a
 LIBGCC?=        ${DESTDIR}/usr/lib/libgcc.a  LIBGCC?=        ${DESTDIR}/usr/lib/libgcc.a
 LIBGNUMALLOC?=  ${DESTDIR}/usr/lib/libgnumalloc.a  LIBGNUMALLOC?=  ${DESTDIR}/usr/lib/libgnumalloc.a
 LIBGSSAPI?=     ${DESTDIR}/usr/lib/libgssapi.a  LIBGSSAPI?=     ${DESTDIR}/usr/lib/libgssapi.a
 LIBHDB?=        ${DESTDIR}/usr/lib/libhdb.a  LIBHDB?=        ${DESTIDR}/usr/lib/libhdb.a
 LIBIPSEC?=      ${DESTDIR}/usr/lib/libipsec.a  LIBIPSEC?=      ${DESTDIR}/usr/lib/libipsec.a
 LIBKADM?=       ${DESTDIR}/usr/lib/libkadm.a  LIBKADM?=       ${DESTDIR}/usr/lib/libkadm.a
 LIBKADM5CLNT?=  ${DESTDIR}/usr/lib/libkadm5clnt.a  LIBKADM5CLNT?=  ${DESTDIR}/usr/lib/libkadm5clnt.a
 LIBKADM5SRV?=   ${DESTDIR}/usr/lib/libkadm5srv.a  LIBKADM5SRV?=   ${DESTDIR}/usr/lib/libkadm5srv.a
 LIBKAFS?=       ${DESTDIR}/usr/lib/libkafs.a  LIBKAFS?=       ${DESTDIR}/usr/lib/libkafs.a
 LIBKDB?=        ${DESTDIR}/usr/lib/libkdb.a  LIBKRB?=        ${DESTDIR}/usr/lib/libkdb.a
 LIBKRB?=        ${DESTDIR}/usr/lib/libkrb.a  LIBKRB?=        ${DESTDIR}/usr/lib/libkrb.a
 LIBKRB5?=       ${DESTDIR}/usr/lib/libkrb5.a  LIBKRB5?=       ${DESTDIR}/usr/lib/libkrb5.a
 LIBKSTREAM?=    ${DESTDIR}/usr/lib/libkstream.a  LIBKSTREAM?=    ${DESTDIR}/usr/lib/libkstream.a
Line 137  cleanprog:
Line 137  cleanprog:
         rm -f a.out [Ee]rrs mklog core *.core \          rm -f a.out [Ee]rrs mklog core *.core \
             ${PROG} ${OBJS} ${LOBJS} ${CLEANFILES}              ${PROG} ${OBJS} ${LOBJS} ${CLEANFILES}
   
 .if defined(SRCS) && !target(afterdepend)  .if defined(SRCS)
 afterdepend: .depend  afterdepend: .depend
         @(TMP=/tmp/_depend$$$$; \          @(TMP=/tmp/_depend$$$$; \
             sed -e 's/^\([^\.]*\).o[ ]*:/\1.o \1.ln:/' \              sed -e 's/^\([^\.]*\).o[ ]*:/\1.o \1.ln:/' \

Legend:
Removed from v.1.117.2.3  
changed lines
  Added in v.1.118

CVSweb <webmaster@jp.NetBSD.org>