Deleted Added
sdiff udiff text old ( 253689 ) new ( 254273 )
full compact
1# $FreeBSD: head/share/mk/bsd.own.mk 253689 2013-07-26 21:25:18Z pfg $
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 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 \
380 ICONV \
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
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 ---