summaryrefslogtreecommitdiff
path: root/usr.bin/rdistd/Makefile
blob: 7dcca7df29d5fd158d3d82496175bb704d9d90b5 (plain)
1
2
3
4
5
6
7
8
#	$OpenBSD: Makefile,v 1.4 2003/05/06 22:10:11 millert Exp $

PROG=	rdistd
SRCS=	common.c filesys-os.c filesys.c message.c rdistd.c server.c
.PATH:  ${.CURDIR}/../rdist
CFLAGS+=-I${.CURDIR}/../rdist -DOS_H=\"os-openbsd.h\"

.include <bsd.prog.mk>