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

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

Diff for /src/usr.bin/make/Makefile between version 1.4 and 1.5

version 1.4, 1994/03/05 00:34:29 version 1.5, 1994/06/25 05:57:47
Line 12  SRCS+= lstAppend.c lstAtEnd.c lstAtFront
Line 12  SRCS+= lstAppend.c lstAtEnd.c lstAtFront
         lstMember.c lstNext.c lstOpen.c lstRemove.c lstReplace.c lstSucc.c          lstMember.c lstNext.c lstOpen.c lstRemove.c lstReplace.c lstSucc.c
 .PATH:  ${.CURDIR}/lst.lib  .PATH:  ${.CURDIR}/lst.lib
   
   .if !make(all) && !make(depend) && !make(lint) && !make(tags)
   SUBDIR+= PSD.doc
   .endif
   
 .include <bsd.prog.mk>  .include <bsd.prog.mk>

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

CVSweb <webmaster@jp.NetBSD.org>