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

File: [local] / src / usr.bin / rsync / Makefile (download)

Revision 1.3, Mon Feb 11 16:36:34 2019 UTC (5 years, 3 months ago) by deraadt
Branch: MAIN
Changes since 1.2: +5 -5 lines

normalize format

#	$OpenBSD: Makefile,v 1.3 2019/02/11 16:36:34 deraadt Exp $

PROG=	rsync
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

.include <bsd.prog.mk>