Deleted Added
full compact
bsd.libnames.mk (186647) bsd.libnames.mk (194869)
1# $FreeBSD: head/share/mk/bsd.libnames.mk 186647 2008-12-31 11:12:24Z rwatson $
1# $FreeBSD: head/share/mk/bsd.libnames.mk 194869 2009-06-24 18:18:35Z jamie $
2
3# The include file <bsd.libnames.mk> define library names.
4# Other include files (e.g. bsd.prog.mk, bsd.lib.mk) include this
5# file where necessary.
6
7.if !target(__<bsd.init.mk>__)
8.error bsd.libnames.mk cannot be included directly.
9.endif

--- 54 unchanged lines hidden (view full) ---

64.if ${MK_IPX} != "no"
65LIBIPX?= ${DESTDIR}${LIBDIR}/libipx.a
66.endif
67.if ${MK_BIND_LIBS} != "no"
68LIBISC?= ${DESTDIR}${LIBDIR}/libisc.a
69LIBISCCC?= ${DESTDIR}${LIBDIR}/libisccc.a
70LIBISCCFG?= ${DESTDIR}${LIBDIR}/libisccfg.a
71.endif
2
3# The include file <bsd.libnames.mk> define library names.
4# Other include files (e.g. bsd.prog.mk, bsd.lib.mk) include this
5# file where necessary.
6
7.if !target(__<bsd.init.mk>__)
8.error bsd.libnames.mk cannot be included directly.
9.endif

--- 54 unchanged lines hidden (view full) ---

64.if ${MK_IPX} != "no"
65LIBIPX?= ${DESTDIR}${LIBDIR}/libipx.a
66.endif
67.if ${MK_BIND_LIBS} != "no"
68LIBISC?= ${DESTDIR}${LIBDIR}/libisc.a
69LIBISCCC?= ${DESTDIR}${LIBDIR}/libisccc.a
70LIBISCCFG?= ${DESTDIR}${LIBDIR}/libisccfg.a
71.endif
72LIBJAIL?= ${DESTDIR}${LIBDIR}/libjail.a
72LIBKADM5CLNT?= ${DESTDIR}${LIBDIR}/libkadm5clnt.a
73LIBKADM5SRV?= ${DESTDIR}${LIBDIR}/libkadm5srv.a
74LIBKAFS5?= ${DESTDIR}${LIBDIR}/libkafs5.a
75LIBKEYCAP?= ${DESTDIR}${LIBDIR}/libkeycap.a
76LIBKICONV?= ${DESTDIR}${LIBDIR}/libkiconv.a
77LIBKRB5?= ${DESTDIR}${LIBDIR}/libkrb5.a
78LIBKVM?= ${DESTDIR}${LIBDIR}/libkvm.a
79LIBL?= ${DESTDIR}${LIBDIR}/libl.a

--- 83 unchanged lines hidden ---
73LIBKADM5CLNT?= ${DESTDIR}${LIBDIR}/libkadm5clnt.a
74LIBKADM5SRV?= ${DESTDIR}${LIBDIR}/libkadm5srv.a
75LIBKAFS5?= ${DESTDIR}${LIBDIR}/libkafs5.a
76LIBKEYCAP?= ${DESTDIR}${LIBDIR}/libkeycap.a
77LIBKICONV?= ${DESTDIR}${LIBDIR}/libkiconv.a
78LIBKRB5?= ${DESTDIR}${LIBDIR}/libkrb5.a
79LIBKVM?= ${DESTDIR}${LIBDIR}/libkvm.a
80LIBL?= ${DESTDIR}${LIBDIR}/libl.a

--- 83 unchanged lines hidden ---