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

Annotation of src/usr.bin/rdist/Makefile, Revision 1.9

1.9     ! millert     1: #      $OpenBSD: Makefile,v 1.8 1997/04/27 13:01:27 downsj Exp $
1.5       etheisen    2: #
1.1       deraadt     3: #      from: @(#)Makefile      5.11 (Berkeley) 3/12/91
                      4:
                      5: PROG=  rdist
1.7       millert     6: CFLAGS+=-I. -DOS_H=\"os-openbsd.h\"
1.5       etheisen    7: SRCS=  gram.y child.c client.c common.c distopt.c docmd.c expand.c \
1.9     ! millert     8:        isexec.c lookup.c message.c rdist.c signal.c
1.4       tholo       9: CLEANFILES+=gram.c y.tab.h
1.1       deraadt    10:
                     11: LDADD= -lcompat
                     12: DPADD= ${LIBCOMPAT}
                     13:
                     14: .include <bsd.prog.mk>
1.3       tholo      15:
                     16: .depend: gram.c