[BACK]Return to bsd.own.mk CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / share / mk

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/share/mk/bsd.own.mk between version 1.343 and 1.344

version 1.343, 2003/07/22 11:48:59 version 1.344, 2003/07/23 08:01:46
Line 512  MK${var}:= yes
Line 512  MK${var}:= yes
 # MK* options which default to "yes".  # MK* options which default to "yes".
 #  #
 .for var in BFD CATPAGES CRYPTO DOC GCC GDB HESIOD HTML IEEEFP INFO KERBEROS \  .for var in BFD CATPAGES CRYPTO DOC GCC GDB HESIOD HTML IEEEFP INFO KERBEROS \
         LINKLIB LINT MAN NLS OBJ PIC PICINSTALL PICLIB PROFILE SHARE SKEY YP          KERBEROS4 LINKLIB LINT MAN NLS OBJ PIC PICINSTALL PICLIB PROFILE \
           SHARE SKEY YP
 MK${var}?=      yes  MK${var}?=      yes
 .endfor  .endfor
   
Line 529  MK${var}?= no
Line 530  MK${var}?= no
 #  #
   
 .if ${MKCRYPTO} == "no"  .if ${MKCRYPTO} == "no"
   MKKERBEROS4:=   no
 MKKERBEROS:=    no  MKKERBEROS:=    no
 .endif  .endif
   
Line 598  HOST_INSTALL_FILE?= ${INSTALL} ${COPY} $
Line 600  HOST_INSTALL_FILE?= ${INSTALL} ${COPY} $
 # Set defaults for the USE_xxx variables.  They all default to "yes"  # Set defaults for the USE_xxx variables.  They all default to "yes"
 # unless the corresponding MKxxx variable is set to "no".  # unless the corresponding MKxxx variable is set to "no".
 #  #
 .for var in HESIOD KERBEROS SKEY YP  .for var in HESIOD KERBEROS KERBEROS4 SKEY YP
 .if (${MK${var}} == "no")  .if (${MK${var}} == "no")
 USE_${var}:= no  USE_${var}:= no
 .else  .else

Legend:
Removed from v.1.343  
changed lines
  Added in v.1.344

CVSweb <webmaster@jp.NetBSD.org>