Deleted Added
full compact
bsd.own.mk (175617) bsd.own.mk (177714)
1# $FreeBSD: head/share/mk/bsd.own.mk 175617 2008-01-24 07:03:21Z ru $
1# $FreeBSD: head/share/mk/bsd.own.mk 177714 2008-03-29 17:44:40Z ru $
2#
3# The include file <bsd.own.mk> set common variables for owner,
4# group, mode, and directories. Defaults are in brackets.
5#
6#
7# +++ variables +++
8#
9# DESTDIR Change the tree where the file gets installed. [not set]

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

157INFOGRP?= ${SHAREGRP}
158INFOMODE?= ${NOBINMODE}
159
160NLSDIR?= ${SHAREDIR}/nls
161NLSOWN?= ${SHAREOWN}
162NLSGRP?= ${SHAREGRP}
163NLSMODE?= ${NOBINMODE}
164
2#
3# The include file <bsd.own.mk> set common variables for owner,
4# group, mode, and directories. Defaults are in brackets.
5#
6#
7# +++ variables +++
8#
9# DESTDIR Change the tree where the file gets installed. [not set]

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

157INFOGRP?= ${SHAREGRP}
158INFOMODE?= ${NOBINMODE}
159
160NLSDIR?= ${SHAREDIR}/nls
161NLSOWN?= ${SHAREOWN}
162NLSGRP?= ${SHAREGRP}
163NLSMODE?= ${NOBINMODE}
164
165DEFAULT_THREAD_LIB?= libthr
166
167INCLUDEDIR?= /usr/include
168
169# Common variables
170.if !defined(DEBUG_FLAGS)
171STRIP?= -s
172.endif
173
174COMPRESS_CMD?= gzip -cn

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

323 INFO \
324 INSTALLLIB \
325 IPFILTER \
326 IPX \
327 KERBEROS \
328 KVM \
329 LIB32 \
330 LIBPTHREAD \
165INCLUDEDIR?= /usr/include
166
167# Common variables
168.if !defined(DEBUG_FLAGS)
169STRIP?= -s
170.endif
171
172COMPRESS_CMD?= gzip -cn

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

321 INFO \
322 INSTALLLIB \
323 IPFILTER \
324 IPX \
325 KERBEROS \
326 KVM \
327 LIB32 \
328 LIBPTHREAD \
331 LIBKSE \
332 LIBTHR \
333 LOCALES \
334 LPR \
335 MAILWRAPPER \
336 MAN \
337 NCP \
338 NETCAT \
339 NIS \

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

394.endif
395.endfor
396
397#
398# Force some options off if their dependencies are off.
399# Order is somewhat important.
400#
401.if ${MK_LIBPTHREAD} == "no"
329 LIBTHR \
330 LOCALES \
331 LPR \
332 MAILWRAPPER \
333 MAN \
334 NCP \
335 NETCAT \
336 NIS \

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

391.endif
392.endfor
393
394#
395# Force some options off if their dependencies are off.
396# Order is somewhat important.
397#
398.if ${MK_LIBPTHREAD} == "no"
402MK_LIBKSE:= no
403MK_LIBTHR:= no
404.endif
405
399MK_LIBTHR:= no
400.endif
401
406.if ${MK_LIBKSE} == "no" && ${MK_LIBTHR} == "no"
402.if ${MK_LIBTHR} == "no"
407MK_BIND:= no
408.endif
409
410.if ${MK_BIND} == "no"
411MK_BIND_DNSSEC:= no
412MK_BIND_ETC:= no
413MK_BIND_LIBS:= no
414MK_BIND_LIBS_LWRES:= no

--- 88 unchanged lines hidden ---
403MK_BIND:= no
404.endif
405
406.if ${MK_BIND} == "no"
407MK_BIND_DNSSEC:= no
408MK_BIND_ETC:= no
409MK_BIND_LIBS:= no
410MK_BIND_LIBS_LWRES:= no

--- 88 unchanged lines hidden ---