summaryrefslogtreecommitdiff
path: root/usr.bin/rdistd/Makefile
blob: 6fb0c7110b834bc6d58ba94e8b911e5a51e866ad (plain)
1
2
3
4
5
6
7
8
9
#	$OpenBSD: Makefile,v 1.6 2014/07/12 03:32:00 guenther Exp $

PROG=	rdistd
SRCS=	common.c filesys-os.c filesys.c message.c rdistd.c server.c
.PATH:  ${.CURDIR}/../rdist
CFLAGS+=-I${.CURDIR}/../rdist
WARNINGS=yes

.include <bsd.prog.mk>