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

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

1.1       deraadt     1: #      from: @(#)Makefile      5.11 (Berkeley) 3/12/91
1.2     ! dm          2: #      $Id: Makefile,v 1.1.1.1 1995/10/18 08:45:58 deraadt 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>