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

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

version 1.3, 2019/02/11 16:36:34 version 1.4, 2019/02/12 19:04:52
Line 1 
Line 1 
 #       $OpenBSD$  #       $OpenBSD$
   
 PROG=   rsync  PROG=   rsync
 SRCS=   blocks.c child.c client.c downloader.c fargs.c flist.c hash.c \  SRCS=   blocks.c child.c client.c downloader.c fargs.c flist.c hash.c ids.c \
         io.c log.c md4.c mkpath.c receiver.c sender.c server.c session.c \          io.c log.c md4.c mkpath.c receiver.c sender.c server.c session.c \
         socket.c symlinks.c uploader.c main.c          socket.c symlinks.c uploader.c main.c
 LDADD+= -lm  LDADD+= -lm

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