summaryrefslogtreecommitdiff
path: root/usr.bin/rdist/Makefile
blob: 0ef82e0437c774b542b0155adae183b548e3be3f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#	from: @(#)Makefile	5.11 (Berkeley) 3/12/91
#	$Id: Makefile,v 1.4 1996/03/01 08:43:10 tholo Exp $

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

LDADD=	-lcompat
DPADD=	${LIBCOMPAT}

.include <bsd.prog.mk>

.depend: gram.c