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

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

Diff for /src/Makefile between version 1.132 and 1.134

version 1.132, 2001/10/01 17:19:17 version 1.134, 2001/10/08 23:42:21
Line 57 
Line 57 
 #   do-whatisdb: build & install the `whatis.db' man database.  #   do-whatisdb: build & install the `whatis.db' man database.
 #   buildendmsg: displays the end time of the build.  #   buildendmsg: displays the end time of the build.
   
 .include <bsd.own.mk>  .include "${.CURDIR}/share/mk/bsd.own.mk"
   
 MKOBJDIRS ?= no  MKOBJDIRS ?= no
   
Line 69  _J= -j${NBUILDJOBS}
Line 69  _J= -j${NBUILDJOBS}
   
 SUBDIR+= lib include bin libexec sbin usr.bin usr.sbin share sys  SUBDIR+= lib include bin libexec sbin usr.bin usr.sbin share sys
 .if make(cleandir) || make(obj)  .if make(cleandir) || make(obj)
 SUBDIR+= distrib  SUBDIR+= distrib tools
 .ifdef MAKEOBJDIRPREFIX  .ifdef MAKEOBJDIRPREFIX
 SUBDIR+= etc  SUBDIR+= etc
 .endif  .endif
Line 215  includes-sbin includes-usr.sbin:
Line 215  includes-sbin includes-usr.sbin:
         @false          @false
 .endif  .endif
   
 .include <bsd.subdir.mk>  .include "${.CURDIR}/share/mk/bsd.subdir.mk"
   
 _M:=    -m ${.CURDIR}/share/mk  _M:=    -m ${.CURDIR}/share/mk

Legend:
Removed from v.1.132  
changed lines
  Added in v.1.134

CVSweb <webmaster@jp.NetBSD.org>