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

Annotation of src/usr.bin/ranlib/Makefile, Revision 1.4

1.4     ! deraadt     1: #      $OpenBSD: Makefile,v 1.3 1999/05/10 16:14:07 espie Exp $
1.1       deraadt     2:
1.4     ! deraadt     3: .include <bsd.own.mk>
        !             4:
        !             5: .if (${ELF_TOOLCHAIN:L} == "no")
1.1       deraadt     6: PROG=  ranlib
                      7: SRCS=  archive.c build.c misc.c ranlib.c touch.c
1.3       espie       8: CFLAGS+=-I${.CURDIR} -I${.CURDIR}/../ar -I${.CURDIR}/../nm
1.4     ! deraadt     9: MAN=   ranlib.1
1.1       deraadt    10: VPATH= ${.CURDIR}/../ar
1.4     ! deraadt    11: .else
        !            12: NOPROG=
        !            13: .endif
        !            14:
        !            15: MAN+=  ranlib.5
1.1       deraadt    16:
                     17: .include <bsd.prog.mk>