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

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

Diff for /src/gnu/Attic/Makefile between version 1.4 and 1.5

version 1.4, 1995/04/23 07:49:43 version 1.5, 1997/01/22 04:19:48
Line 1 
Line 1 
 #       $NetBSD$  #       $NetBSD$
   
 SUBDIR+= lib usr.bin  SUBDIR+= lib usr.bin
   
 .if (${MACHINE_ARCH} != "alpha")  .if (${MACHINE_ARCH} != "alpha")
 SUBDIR+= games libexec  
   .if exists(games)
   SUBDIR+= games
   .endif
   
   SUBDIR+= libexec
 .endif  .endif
   
 .include <bsd.subdir.mk>  .include <bsd.subdir.mk>

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

CVSweb <webmaster@jp.NetBSD.org>