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

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

1.15    ! espie       1: #      $OpenBSD: Makefile,v 1.14 2003/07/22 17:15:13 brad 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.1       deraadt     9:
                     10: .include <bsd.prog.mk>
1.12      millert    11:
1.14      brad       12: .if ${ELF_TOOLCHAIN:L} == "yes"
1.12      millert    13: CFLAGS+=-DEXE_TYPE=EXE_ELF
                     14: .endif
1.3       tholo      15:
                     16: .depend: gram.c