[BACK]Return to bsd.nls.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.nls.mk between version 1.16 and 1.17

version 1.16, 1999/02/12 01:10:07 version 1.17, 1999/02/12 12:38:45
Line 9  __initialized__:
Line 9  __initialized__:
 .MAIN:          all  .MAIN:          all
 .endif  .endif
 .PHONY:         cleannls nlsinstall  .PHONY:         cleannls nlsinstall
 .if ${MKNLS} != "no" && ${MKSHARE} != "no"  .if ${MKNLS} != "no"
 realinstall:    nlsinstall  realinstall:    nlsinstall
 .endif  .endif
 cleandir distclean: cleannls  cleandir distclean: cleannls
Line 33  NLSNAME=lib${LIB}
Line 33  NLSNAME=lib${LIB}
 .endif  .endif
   
 .if defined(NLSALL)  .if defined(NLSALL)
 .if ${MKNLS} != "no" && ${MKSHARE} != "no"  .if ${MKNLS} != "no"
 all: ${NLSALL}  all: ${NLSALL}
 .endif  .endif
   

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17

CVSweb <webmaster@jp.NetBSD.org>