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

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

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