Deleted Added
full compact
bsd.libnames.mk (222035) bsd.libnames.mk (227951)
1# $FreeBSD: head/share/mk/bsd.libnames.mk 222035 2011-05-17 19:11:47Z flz $
1# $FreeBSD: head/share/mk/bsd.libnames.mk 227951 2011-11-24 20:31:06Z fjoe $
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

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

95.if ${MK_NCP} != "no"
96LIBNCP?= ${DESTDIR}${LIBDIR}/libncp.a
97.endif
98LIBNCURSES?= ${DESTDIR}${LIBDIR}/libncurses.a
99LIBNCURSESW?= ${DESTDIR}${LIBDIR}/libncursesw.a
100LIBNETGRAPH?= ${DESTDIR}${LIBDIR}/libnetgraph.a
101LIBNGATM?= ${DESTDIR}${LIBDIR}/libngatm.a
102LIBNVPAIR?= ${DESTDIR}${LIBDIR}/libnvpair.a
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

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

95.if ${MK_NCP} != "no"
96LIBNCP?= ${DESTDIR}${LIBDIR}/libncp.a
97.endif
98LIBNCURSES?= ${DESTDIR}${LIBDIR}/libncurses.a
99LIBNCURSESW?= ${DESTDIR}${LIBDIR}/libncursesw.a
100LIBNETGRAPH?= ${DESTDIR}${LIBDIR}/libnetgraph.a
101LIBNGATM?= ${DESTDIR}${LIBDIR}/libngatm.a
102LIBNVPAIR?= ${DESTDIR}${LIBDIR}/libnvpair.a
103LIBODIALOG?= ${DESTDIR}${LIBDIR}/libodialog.a
104LIBOPIE?= ${DESTDIR}${LIBDIR}/libopie.a
105
106# The static PAM library doesn't know its secondary dependencies,
107# so we have to specify them explicitly.
108LIBPAM?= ${DESTDIR}${LIBDIR}/libpam.a
109MINUSLPAM= -lpam
110.if defined(LDFLAGS) && !empty(LDFLAGS:M-static)
111.if ${MK_KERBEROS} != "no"

--- 57 unchanged lines hidden ---
103LIBOPIE?= ${DESTDIR}${LIBDIR}/libopie.a
104
105# The static PAM library doesn't know its secondary dependencies,
106# so we have to specify them explicitly.
107LIBPAM?= ${DESTDIR}${LIBDIR}/libpam.a
108MINUSLPAM= -lpam
109.if defined(LDFLAGS) && !empty(LDFLAGS:M-static)
110.if ${MK_KERBEROS} != "no"

--- 57 unchanged lines hidden ---