[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.3, Fri Mar 1 08:34:55 1996 UTC (28 years, 3 months ago) by tholo
Branch: MAIN
Changes since 1.2: +3 -1 lines

Allow "make depend" to work

#	from: @(#)Makefile	5.11 (Berkeley) 3/12/91
#	$Id: Makefile,v 1.3 1996/03/01 08:34:55 tholo Exp $

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

LDADD=	-lcompat
DPADD=	${LIBCOMPAT}

.include <bsd.prog.mk>

.depend: gram.c