[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / usr.bin / rdist

File: [local] / src / usr.bin / rdist / Makefile (download)

Revision 1.4, Fri Mar 1 08:43:10 1996 UTC (28 years, 3 months ago) by tholo
Branch: MAIN
Changes since 1.3: +4 -5 lines

Add gram.c to CLEANFILES

#	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