Deleted Added
full compact
bsd.own.mk (179315) bsd.own.mk (179813)
1# $FreeBSD: head/share/mk/bsd.own.mk 179315 2008-05-26 10:40:09Z bz $
1# $FreeBSD: head/share/mk/bsd.own.mk 179813 2008-06-16 05:48:15Z dougb $
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]

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

282# MK_* options which default to "yes".
283#
284.for var in \
285 ACPI \
286 ASSERT_DEBUG \
287 ATM \
288 AUDIT \
289 AUTHPF \
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]

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

282# MK_* options which default to "yes".
283#
284.for var in \
285 ACPI \
286 ASSERT_DEBUG \
287 ATM \
288 AUDIT \
289 AUTHPF \
290 BSD_CPIO \
290 BIND \
291 BIND_DNSSEC \
292 BIND_ETC \
293 BIND_LIBS_LWRES \
294 BIND_MTREE \
295 BIND_NAMED \
296 BIND_UTILS \
297 BLUETOOTH \

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

307 DYNAMICROOT \
308 EXAMPLES \
309 FORTH \
310 FP_LIBC \
311 GAMES \
312 GCOV \
313 GDB \
314 GNU \
291 BIND \
292 BIND_DNSSEC \
293 BIND_ETC \
294 BIND_LIBS_LWRES \
295 BIND_MTREE \
296 BIND_NAMED \
297 BIND_UTILS \
298 BLUETOOTH \

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

308 DYNAMICROOT \
309 EXAMPLES \
310 FORTH \
311 FP_LIBC \
312 GAMES \
313 GCOV \
314 GDB \
315 GNU \
316 GNU_GREP \
315 GPIB \
316 GROFF \
317 HTML \
318 INET6 \
319 INFO \
320 INSTALLLIB \
321 IPFILTER \
322 IPX \

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

369.endif
370.endfor
371
372#
373# MK_* options which default to "no".
374#
375.for var in \
376 BIND_LIBS \
317 GPIB \
318 GROFF \
319 HTML \
320 INET6 \
321 INFO \
322 INSTALLLIB \
323 IPFILTER \
324 IPX \

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

371.endif
372.endfor
373
374#
375# MK_* options which default to "no".
376#
377.for var in \
378 BIND_LIBS \
379 GNU_CPIO \
377 HESIOD \
378 IDEA
379.if defined(WITH_${var}) && defined(WITHOUT_${var})
380.error WITH_${var} and WITHOUT_${var} can't both be set.
381.endif
382.if defined(MK_${var})
383.error MK_${var} can't be set by a user.
384.endif

--- 112 unchanged lines hidden ---
380 HESIOD \
381 IDEA
382.if defined(WITH_${var}) && defined(WITHOUT_${var})
383.error WITH_${var} and WITHOUT_${var} can't both be set.
384.endif
385.if defined(MK_${var})
386.error MK_${var} can't be set by a user.
387.endif

--- 112 unchanged lines hidden ---