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

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

1.18    ! guenther    1: #      $OpenBSD: Makefile,v 1.17 2013/07/05 21:29:51 miod Exp $
1.10      deraadt     2:
1.1       deraadt     3:
                      4: PROG=  rdist
1.15      espie       5: CFLAGS+=-I. -I${.CURDIR} -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.11      millert     7:        isexec.c lookup.c message.c rdist.c
1.4       tholo       8: CLEANFILES+=gram.c y.tab.h
1.16      guenther    9: WARNINGS=yes
1.1       deraadt    10:
                     11: .include <bsd.prog.mk>
1.3       tholo      12:
                     13: .depend: gram.c