diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2019-02-11 16:36:35 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2019-02-11 16:36:35 +0000 |
commit | eb53a8e464577f04ea38788ae54005a538abd83d (patch) | |
tree | 18863f4b29992091d1dcf7aea363c8d119f67853 /usr.bin/rsync/Makefile | |
parent | 9f294e4e398625bcfbf276ab9163be7cbd86bf87 (diff) |
normalize format
Diffstat (limited to 'usr.bin/rsync/Makefile')
-rw-r--r-- | usr.bin/rsync/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.bin/rsync/Makefile b/usr.bin/rsync/Makefile index 97be9218e48..0cd7a1e799b 100644 --- a/usr.bin/rsync/Makefile +++ b/usr.bin/rsync/Makefile @@ -1,12 +1,12 @@ -SRCS= blocks.c child.c client.c downloader.c fargs.c flist.c hash.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 +# $OpenBSD: Makefile,v 1.3 2019/02/11 16:36:34 deraadt Exp $ PROG= rsync -xMAN= rsync.1 - +SRCS= blocks.c child.c client.c downloader.c fargs.c flist.c hash.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 LDADD+= -lm DPADD+= ${LIBM} +xMAN= rsync.1 CFLAGS+=-g -W -Wall -Wextra -Wno-unused-parameter |