Deleted Added
full compact
bsd.own.mk (156869) bsd.own.mk (156905)
1# $FreeBSD: head/share/mk/bsd.own.mk 156869 2006-03-19 06:14:07Z ru $
1# $FreeBSD: head/share/mk/bsd.own.mk 156905 2006-03-20 14:24:58Z 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]

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

323 LIB32 \
324 LIBC_R \
325 LIBPTHREAD \
326 LIBTHR \
327 LOCALES \
328 LPR \
329 MAILWRAPPER \
330 MAN \
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]

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

323 LIB32 \
324 LIBC_R \
325 LIBPTHREAD \
326 LIBTHR \
327 LOCALES \
328 LPR \
329 MAILWRAPPER \
330 MAN \
331 NCP \
331 NETCAT \
332 NIS \
333 NLS \
334 NLS_CATALOGS \
335 OBJC \
336 OPENSSH \
337 OPENSSL \
338 PAM \

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

401MK_OPENSSH:= no
402MK_KERBEROS:= no
403.endif
404
405.if ${MK_CXX} == "no"
406MK_COLLECT2:= no
407.endif
408
332 NETCAT \
333 NIS \
334 NLS \
335 NLS_CATALOGS \
336 OBJC \
337 OPENSSH \
338 OPENSSL \
339 PAM \

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

402MK_OPENSSH:= no
403MK_KERBEROS:= no
404.endif
405
406.if ${MK_CXX} == "no"
407MK_COLLECT2:= no
408.endif
409
410.if ${MK_IPX} == "no"
411MK_NCP:= no
412.endif
413
409.if ${MK_OPENSSL} == "no"
410MK_OPENSSH:= no
411MK_KERBEROS:= no
412.endif
413
414.if ${MK_PF} == "no"
415MK_AUTHPF:= no
416.endif

--- 34 unchanged lines hidden ---
414.if ${MK_OPENSSL} == "no"
415MK_OPENSSH:= no
416MK_KERBEROS:= no
417.endif
418
419.if ${MK_PF} == "no"
420MK_AUTHPF:= no
421.endif

--- 34 unchanged lines hidden ---