src.libnames.mk (30b3274fff1ed1a025f729cd86c98b6005d94501) src.libnames.mk (cde6fa285725aa9ec03c030f1fff8101048aed7c)
1# $FreeBSD$
2#
3# The include file <src.libnames.mk> define library names suitable
4# for INTERNALLIB and PRIVATELIB definition
5
6.if !target(__<bsd.init.mk>__)
7.error src.libnames.mk cannot be included directly.
8.endif

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

130 mt \
131 nandfs \
132 ncurses \
133 ncursesw \
134 netgraph \
135 ngatm \
136 nv \
137 nvpair \
1# $FreeBSD$
2#
3# The include file <src.libnames.mk> define library names suitable
4# for INTERNALLIB and PRIVATELIB definition
5
6.if !target(__<bsd.init.mk>__)
7.error src.libnames.mk cannot be included directly.
8.endif

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

130 mt \
131 nandfs \
132 ncurses \
133 ncursesw \
134 netgraph \
135 ngatm \
136 nv \
137 nvpair \
138 opencsd \
138 opie \
139 pam \
140 panel \
141 panelw \
142 pcap \
143 pcsclite \
144 pjdlog \
145 pmc \

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

302_DP_heimipcc= heimbase roken pthread
303_DP_heimipcs= heimbase roken pthread
304_DP_kafs5= asn1 krb5 roken
305_DP_krb5+= asn1 com_err crypt crypto hx509 roken wind heimbase heimipcc
306_DP_gssapi_krb5+= gssapi krb5 crypto roken asn1 com_err
307_DP_lzma= pthread
308_DP_ucl= m
309_DP_vmmapi= util
139 opie \
140 pam \
141 panel \
142 panelw \
143 pcap \
144 pcsclite \
145 pjdlog \
146 pmc \

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

303_DP_heimipcc= heimbase roken pthread
304_DP_heimipcs= heimbase roken pthread
305_DP_kafs5= asn1 krb5 roken
306_DP_krb5+= asn1 com_err crypt crypto hx509 roken wind heimbase heimipcc
307_DP_gssapi_krb5+= gssapi krb5 crypto roken asn1 com_err
308_DP_lzma= pthread
309_DP_ucl= m
310_DP_vmmapi= util
311_DP_opencsd= cxxrt
310_DP_ctf= z
311_DP_dtrace= ctf elf proc pthread rtld_db
312_DP_xo= util
313# The libc dependencies are not strictly needed but are defined to make the
314# assert happy.
315_DP_c= compiler_rt
316.if ${MK_SSP} != "no"
317_DP_c+= ssp_nonshared

--- 272 unchanged lines hidden ---
312_DP_ctf= z
313_DP_dtrace= ctf elf proc pthread rtld_db
314_DP_xo= util
315# The libc dependencies are not strictly needed but are defined to make the
316# assert happy.
317_DP_c= compiler_rt
318.if ${MK_SSP} != "no"
319_DP_c+= ssp_nonshared

--- 272 unchanged lines hidden ---