[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / usr.bin / strings

Diff for /src/usr.bin/strings/Attic/Makefile between version 1.3 and 1.4

version 1.3, 1997/09/21 11:51:00 version 1.4, 2013/03/15 06:01:42
Line 1 
Line 1 
 #       $OpenBSD$  #       $OpenBSD$
   
   .include <bsd.own.mk>
   .if (${ELF_TOOLCHAIN:L} == "no")
 PROG=   strings  PROG=   strings
   .endif
   
 .include <bsd.prog.mk>  .include <bsd.prog.mk>

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