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

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

1.21    ! naddy       1: #      $OpenBSD: Makefile,v 1.20 2017/07/09 14:04:50 espie Exp $
1.10      deraadt     2:
1.1       deraadt     3:
                      4: PROG=  rdist
1.19      guenther    5: CFLAGS+=-I. -I${.CURDIR}
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.16      guenther    8: WARNINGS=yes
1.1       deraadt     9:
                     10: .include <bsd.prog.mk>