1# $OpenBSD: Makefile,v 1.14 2003/07/22 17:15:13 brad Exp $ 2 3 4PROG= rdist 5CFLAGS+=-I. -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 9 10.include <bsd.prog.mk> 11 12.if ${ELF_TOOLCHAIN:L} == "yes" 13CFLAGS+=-DEXE_TYPE=EXE_ELF 14.endif 15 16.depend: gram.c 17