[BACK]Return to bsd.prog.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.prog.mk between version 1.39 and 1.40

version 1.39, 1994/05/24 06:30:57 version 1.40, 1994/05/24 09:37:30
Line 52  CLEANFILES+=strings
Line 52  CLEANFILES+=strings
   
   
 .if defined(PROG)  .if defined(PROG)
 .if defined(SRCS)  SRCS?=  ${PROG}.c
 OBJS+=  ${SRCS:N*.h:R:S/$/.o/g}  OBJS+=  ${SRCS:N*.h:R:S/$/.o/g}
 .else  
 OBJS+=  ${PROG}.o  
 .endif  
   
 .if defined(LDONLY)  .if defined(LDONLY)
   

Legend:
Removed from v.1.39  
changed lines
  Added in v.1.40

CVSweb <webmaster@jp.NetBSD.org>