Deleted Added
full compact
bsd.libnames.mk (217309) bsd.libnames.mk (220755)
1# $FreeBSD: head/share/mk/bsd.libnames.mk 217309 2011-01-12 14:55:02Z nwhitehorn $
1# $FreeBSD: head/share/mk/bsd.libnames.mk 220755 2011-04-17 21:03:23Z dim $
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
103LIBOBJC?= ${DESTDIR}${LIBDIR}/libobjc.a
104LIBODIALOG?= ${DESTDIR}${LIBDIR}/libodialog.a
105LIBOPIE?= ${DESTDIR}${LIBDIR}/libopie.a
106
107# The static PAM library doesn't know its secondary dependencies,
108# so we have to specify them explicitly.
109LIBPAM?= ${DESTDIR}${LIBDIR}/libpam.a
110MINUSLPAM= -lpam
111.if defined(LDFLAGS) && !empty(LDFLAGS:M-static)

--- 59 unchanged lines hidden ---
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)

--- 59 unchanged lines hidden ---