Deleted Added
full compact
bsd.libnames.mk (166389) bsd.libnames.mk (167359)
1# $FreeBSD: head/share/mk/bsd.libnames.mk 166389 2007-02-01 08:45:27Z rafan $
1# $FreeBSD: head/share/mk/bsd.libnames.mk 167359 2007-03-09 12:11:58Z rafan $
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

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

80.if ${MK_SENDMAIL} != "no"
81LIBMILTER?= ${DESTDIR}${LIBDIR}/libmilter.a
82.endif
83LIBMP?= ${DESTDIR}${LIBDIR}/libmp.a
84.if ${MK_NCP} != "no"
85LIBNCP?= ${DESTDIR}${LIBDIR}/libncp.a
86.endif
87LIBNCURSES?= ${DESTDIR}${LIBDIR}/libncurses.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

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

80.if ${MK_SENDMAIL} != "no"
81LIBMILTER?= ${DESTDIR}${LIBDIR}/libmilter.a
82.endif
83LIBMP?= ${DESTDIR}${LIBDIR}/libmp.a
84.if ${MK_NCP} != "no"
85LIBNCP?= ${DESTDIR}${LIBDIR}/libncp.a
86.endif
87LIBNCURSES?= ${DESTDIR}${LIBDIR}/libncurses.a
88LIBNCURSESW?= ${DESTDIR}${LIBDIR}/libncursesw.a
88LIBNETGRAPH?= ${DESTDIR}${LIBDIR}/libnetgraph.a
89LIBNGATM?= ${DESTDIR}${LIBDIR}/libngatm.a
90LIBOBJC?= ${DESTDIR}${LIBDIR}/libobjc.a
91LIBOPIE?= ${DESTDIR}${LIBDIR}/libopie.a
92
93# The static PAM library doesn't know its secondary dependencies,
94# so we have to specify them explicitly.
95LIBPAM?= ${DESTDIR}${LIBDIR}/libpam.a

--- 50 unchanged lines hidden ---
89LIBNETGRAPH?= ${DESTDIR}${LIBDIR}/libnetgraph.a
90LIBNGATM?= ${DESTDIR}${LIBDIR}/libngatm.a
91LIBOBJC?= ${DESTDIR}${LIBDIR}/libobjc.a
92LIBOPIE?= ${DESTDIR}${LIBDIR}/libopie.a
93
94# The static PAM library doesn't know its secondary dependencies,
95# so we have to specify them explicitly.
96LIBPAM?= ${DESTDIR}${LIBDIR}/libpam.a

--- 50 unchanged lines hidden ---