Deleted Added
full compact
bsd.own.mk (172571) bsd.own.mk (172832)
1# $FreeBSD: head/share/mk/bsd.own.mk 172571 2007-10-12 08:03:51Z ru $
1# $FreeBSD: head/share/mk/bsd.own.mk 172832 2007-10-20 19:01:50Z 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]

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

183# The NO_* variables should only be set by makefiles.
184#
185
186#
187# Supported NO_* options (if defined, MK_* will be forced to "no",
188# regardless of user's setting).
189#
190.for var in \
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]

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

183# The NO_* variables should only be set by makefiles.
184#
185
186#
187# Supported NO_* options (if defined, MK_* will be forced to "no",
188# regardless of user's setting).
189#
190.for var in \
191 INSTALLLIB \
191 MAN \
192 PROFILE
193.if defined(NO_${var})
194WITHOUT_${var}=
195.endif
196.endfor
197
198#

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

317 GDB \
318 GNU \
319 GPIB \
320 GROFF \
321 HTML \
322 I4B \
323 INET6 \
324 INFO \
192 MAN \
193 PROFILE
194.if defined(NO_${var})
195WITHOUT_${var}=
196.endif
197.endfor
198
199#

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

318 GDB \
319 GNU \
320 GPIB \
321 GROFF \
322 HTML \
323 I4B \
324 INET6 \
325 INFO \
326 INSTALLLIB \
325 IPFILTER \
326 IPX \
327 KERBEROS \
328 KVM \
329 LIB32 \
330 LIBPTHREAD \
331 LIBKSE \
332 LIBTHR \

--- 149 unchanged lines hidden ---
327 IPFILTER \
328 IPX \
329 KERBEROS \
330 KVM \
331 LIB32 \
332 LIBPTHREAD \
333 LIBKSE \
334 LIBTHR \

--- 149 unchanged lines hidden ---