[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / etc

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

Diff for /src/etc/Makefile between version 1.375 and 1.376

version 1.375, 2009/12/05 19:14:39 version 1.376, 2009/12/11 15:22:33
Line 364  install-etc-files: .PHONY .MAKE check_DE
Line 364  install-etc-files: .PHONY .MAKE check_DE
 #       Install var/db/obsolete set lists; this is performed by "make build"  #       Install var/db/obsolete set lists; this is performed by "make build"
 #  #
 OBSOLETE.dir=           ${.OBJDIR}/obsolete.dir  OBSOLETE.dir=           ${.OBJDIR}/obsolete.dir
 OBSOLETE.files=         base comp etc games man misc modules tests text  OBSOLETE.files=         base comp etc games man misc tests text
   .if ${MKKMOD} != "no"
   OBSOLETE.files+=        modules
   .endif
 .if ${MKX11} != "no"  .if ${MKX11} != "no"
 OBSOLETE.files+=        xbase xcomp xetc xfont xserver  OBSOLETE.files+=        xbase xcomp xetc xfont xserver
 .endif  .endif

Legend:
Removed from v.1.375  
changed lines
  Added in v.1.376

CVSweb <webmaster@jp.NetBSD.org>