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

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

version 1.3, 2006/02/15 06:58:06 version 1.4, 2006/02/20 08:38:18
Line 1 
Line 1 
 #       $OpenBSD$  #       $OpenBSD$
   
 PROG=sdiff  PROG=sdiff
 SRCS=edit.c sdiff.c  SRCS=common.c edit.c sdiff.c
 COPTS+=-Wall -W  COPTS+=-Wall -W
   
 LDADD+= -lutil  LDADD+= -lutil

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