summaryrefslogtreecommitdiff
path: root/usr.bin/rsync/Makefile
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2019-02-11 16:36:35 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2019-02-11 16:36:35 +0000
commiteb53a8e464577f04ea38788ae54005a538abd83d (patch)
tree18863f4b29992091d1dcf7aea363c8d119f67853 /usr.bin/rsync/Makefile
parent9f294e4e398625bcfbf276ab9163be7cbd86bf87 (diff)
normalize format
Diffstat (limited to 'usr.bin/rsync/Makefile')
-rw-r--r--usr.bin/rsync/Makefile10
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