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

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

1.1       deraadt     1: #      from: @(#)Makefile      5.11 (Berkeley) 3/12/91
1.3     ! tholo       2: #      $Id: Makefile,v 1.2 1996/02/03 12:12:07 dm Exp $
1.1       deraadt     3:
                      4: PROG=  rdist
1.2       dm          5: CFLAGS+=-I. -DOS_H=\"os-openbsd.h\"
                      6: SRCS=  child.c client.c common.c distopt.c docmd.c expand.c isexec.c \
                      7:                lookup.c message.c rdist.c rshrcmd.c setargs.c signal.c
1.1       deraadt     8: OBJS+= gram.o
                      9: CLEANFILES=y.tab.h
                     10:
                     11: LDADD= -lcompat
                     12: DPADD= ${LIBCOMPAT}
                     13:
                     14: .include <bsd.prog.mk>
1.3     ! tholo      15:
        !            16: .depend: gram.c