1# $OpenBSD: Makefile,v 1.19 2014/07/12 03:32:00 guenther Exp $ 2 3 4PROG= rdist 5CFLAGS+=-I. -I${.CURDIR} 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.depend: gram.c 14