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

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

version 1.3, 2000/07/08 16:09:33 version 1.4, 2000/07/19 19:30:10
Line 1 
Line 1 
 #       $OpenBSD$  #       $OpenBSD$
   
 PROG=   find  PROG=   find
 SRCS=   find.c function.c ls.c main.c misc.c operator.c option.c stat_flags.c  SRCS=   find.c function.c ls.c main.c misc.c operator.c option.c
 .PATH:  ${.CURDIR}/../../bin/ls  
   
 .include <bsd.prog.mk>  .include <bsd.prog.mk>

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