Deleted Added
full compact
bsd.libnames.mk (120492) bsd.libnames.mk (120949)
1# $FreeBSD: head/share/mk/bsd.libnames.mk 120492 2003-09-26 20:26:25Z fjoe $
1# $FreeBSD: head/share/mk/bsd.libnames.mk 120949 2003-10-09 19:48:47Z nectar $
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

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

43LIBGSSAPI?= ${DESTDIR}${LIBDIR}/libgssapi.a # XXX in secure dist, not base
44LIBHDB?= ${DESTDIR}${LIBDIR}/libhdb.a # XXX in secure dist, not base
45LIBHISTORY?= ${DESTDIR}${LIBDIR}/libhistory.a
46LIBIPSEC?= ${DESTDIR}${LIBDIR}/libipsec.a
47LIBIPX?= ${DESTDIR}${LIBDIR}/libipx.a
48LIBISC?= ${DESTDIR}${LIBDIR}/libisc.a
49LIBKADM5CLNT?= ${DESTDIR}${LIBDIR}/libkadm5clnt.a # XXX in secure dist, not base
50LIBKADM5SRV?= ${DESTDIR}${LIBDIR}/libkadm5srv.a # XXX in secure dist, not base
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

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

43LIBGSSAPI?= ${DESTDIR}${LIBDIR}/libgssapi.a # XXX in secure dist, not base
44LIBHDB?= ${DESTDIR}${LIBDIR}/libhdb.a # XXX in secure dist, not base
45LIBHISTORY?= ${DESTDIR}${LIBDIR}/libhistory.a
46LIBIPSEC?= ${DESTDIR}${LIBDIR}/libipsec.a
47LIBIPX?= ${DESTDIR}${LIBDIR}/libipx.a
48LIBISC?= ${DESTDIR}${LIBDIR}/libisc.a
49LIBKADM5CLNT?= ${DESTDIR}${LIBDIR}/libkadm5clnt.a # XXX in secure dist, not base
50LIBKADM5SRV?= ${DESTDIR}${LIBDIR}/libkadm5srv.a # XXX in secure dist, not base
51LIBKAFS5?= ${DESTDIR}${LIBDIR}/libkafs5.a # XXX in secure dist, not base
51LIBKEYCAP?= ${DESTDIR}${LIBDIR}/libkeycap.a
52LIBKICONV?= ${DESTDIR}${LIBDIR}/libkiconv.a
53LIBKRB5?= ${DESTDIR}${LIBDIR}/libkrb5.a # XXX in secure dist, not base
54LIBKVM?= ${DESTDIR}${LIBDIR}/libkvm.a
55LIBL?= ${DESTDIR}${LIBDIR}/libl.a
56LIBLN?= "don't use LIBLN, use LIBL"
57LIBM?= ${DESTDIR}${LIBDIR}/libm.a
58LIBMD?= ${DESTDIR}${LIBDIR}/libmd.a

--- 62 unchanged lines hidden ---
52LIBKEYCAP?= ${DESTDIR}${LIBDIR}/libkeycap.a
53LIBKICONV?= ${DESTDIR}${LIBDIR}/libkiconv.a
54LIBKRB5?= ${DESTDIR}${LIBDIR}/libkrb5.a # XXX in secure dist, not base
55LIBKVM?= ${DESTDIR}${LIBDIR}/libkvm.a
56LIBL?= ${DESTDIR}${LIBDIR}/libl.a
57LIBLN?= "don't use LIBLN, use LIBL"
58LIBM?= ${DESTDIR}${LIBDIR}/libm.a
59LIBMD?= ${DESTDIR}${LIBDIR}/libmd.a

--- 62 unchanged lines hidden ---