1# $OpenBSD: Makefile,v 1.16 2012/11/12 01:14:41 guenther Exp $ 2 3 4PROG= rdist 5CFLAGS+=-I. -I${.CURDIR} -DOS_H=\"os-openbsd.h\" 6SRCS= gram.y child.c client.c common.c distopt.c docmd.c expand.c \ 7 isexec.c lookup.c message.c rdist.c 8CLEANFILES+=gram.c y.tab.h 9WARNINGS=yes 10 11.include <bsd.prog.mk> 12 13.if ${ELF_TOOLCHAIN:L} == "yes" 14CFLAGS+=-DEXE_TYPE=EXE_ELF 15.endif 16 17.depend: gram.c 18