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

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

1.16    ! guenther    1: #      $OpenBSD: Makefile,v 1.15 2004/01/05 02:55:28 espie 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.12      millert    12:
1.14      brad       13: .if ${ELF_TOOLCHAIN:L} == "yes"
1.12      millert    14: CFLAGS+=-DEXE_TYPE=EXE_ELF
                     15: .endif
1.3       tholo      16:
                     17: .depend: gram.c