summaryrefslogtreecommitdiff
path: root/usr.bin/rdist/Makefile
blob: 8731f61ac6b9b9f224ed27c2d5c3cc319f26a84c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#	$OpenBSD: Makefile,v 1.13 2003/05/06 22:10:11 millert Exp $


PROG=	rdist
CFLAGS+=-I. -DOS_H=\"os-openbsd.h\"
SRCS=	gram.y child.c client.c common.c distopt.c docmd.c expand.c \
	isexec.c lookup.c message.c rdist.c
CLEANFILES+=gram.c y.tab.h

.include <bsd.prog.mk>

.if ${ELF_TOOLCHAIN} == "yes"
CFLAGS+=-DEXE_TYPE=EXE_ELF
.endif

.depend: gram.c