blob: 19b1dc630b4ff865ebaf94b23ba4b275e9cf16aa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# $OpenBSD: Makefile,v 1.19 2014/07/12 03:32:00 guenther Exp $
PROG= rdist
CFLAGS+=-I. -I${.CURDIR}
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
WARNINGS=yes
.include <bsd.prog.mk>
.depend: gram.c
|