Deleted Added
full compact
bsd.opts.mk (253689) bsd.opts.mk (254273)
1# $FreeBSD: head/share/mk/bsd.own.mk 253689 2013-07-26 21:25:18Z pfg $
1# $FreeBSD: head/share/mk/bsd.own.mk 254273 2013-08-13 07:15:01Z peter $
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]

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

287 GCC \
288 GCOV \
289 GDB \
290 GNU \
291 GPIB \
292 GPIO \
293 GROFF \
294 HTML \
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]

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

287 GCC \
288 GCOV \
289 GDB \
290 GNU \
291 GPIB \
292 GPIO \
293 GROFF \
294 HTML \
295 ICONV \
295 INET \
296 INET6 \
297 INFO \
298 INSTALLLIB \
299 IPFILTER \
300 IPFW \
301 IPX \
302 JAIL \

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

372 BSDCONFIG \
373 BSD_GREP \
374 CLANG_EXTRAS \
375 CTF \
376 DEBUG_FILES \
377 GNU_PATCH \
378 GPL_DTC \
379 HESIOD \
296 INET \
297 INET6 \
298 INFO \
299 INSTALLLIB \
300 IPFILTER \
301 IPFW \
302 IPX \
303 JAIL \

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

373 BSDCONFIG \
374 BSD_GREP \
375 CLANG_EXTRAS \
376 CTF \
377 DEBUG_FILES \
378 GNU_PATCH \
379 GPL_DTC \
380 HESIOD \
380 ICONV \
381 LIBICONV_COMPAT \
381 INSTALL_AS_USER \
382 LDNS_UTILS \
383 NMTREE \
384 NAND \
385 OFED \
386 OPENSSH_NONE_CIPHER \
387 SHARED_TOOLCHAIN \
388 SVN \

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

479MK_BIND_ETC:= no
480MK_BIND_LIBS:= no
481MK_BIND_LIBS_LWRES:= no
482MK_BIND_MTREE:= no
483MK_BIND_NAMED:= no
484MK_BIND_UTILS:= no
485.endif
486
382 INSTALL_AS_USER \
383 LDNS_UTILS \
384 NMTREE \
385 NAND \
386 OFED \
387 OPENSSH_NONE_CIPHER \
388 SHARED_TOOLCHAIN \
389 SVN \

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

480MK_BIND_ETC:= no
481MK_BIND_LIBS:= no
482MK_BIND_LIBS_LWRES:= no
483MK_BIND_MTREE:= no
484MK_BIND_NAMED:= no
485MK_BIND_UTILS:= no
486.endif
487
488.if ${MK_ICONV} == "no"
489MK_LIBICONV_COMPAT:= no
490.endif
491
487.if ${MK_LDNS} == "no"
488MK_LDNS_UTILS:= no
489.endif
490
491.if ${MK_LDNS_UTILS} != "no"
492MK_BIND_UTILS:= no
493.endif
494

--- 166 unchanged lines hidden ---
492.if ${MK_LDNS} == "no"
493MK_LDNS_UTILS:= no
494.endif
495
496.if ${MK_LDNS_UTILS} != "no"
497MK_BIND_UTILS:= no
498.endif
499

--- 166 unchanged lines hidden ---