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

Annotation of src/usr.bin/gprof/Makefile, Revision 1.1.1.1

1.1       deraadt     1: #      $NetBSD: Makefile,v 1.14 1995/04/19 07:24:08 cgd Exp $
                      2: #      @(#)Makefile    8.1 (Berkeley) 6/29/93
                      3:
                      4: PROG=  gprof
                      5: SRCS=  gprof.c arcs.c dfn.c lookup.c ${MACHINE_ARCH}.c hertz.c \
                      6:        printgprof.c printlist.c
                      7: CFLAGS+= -D${MACHINE_ARCH}
                      8:
                      9: beforeinstall:
                     10:        install -c -o ${BINOWN} -g ${BINGRP} -m 444 \
                     11:            ${.CURDIR}/gprof.flat ${.CURDIR}/gprof.callg \
                     12:            ${DESTDIR}/usr/share/misc
                     13:
                     14: .if make(install)
                     15: SUBDIR+= PSD.doc
                     16: .endif
                     17:
                     18: .include <bsd.prog.mk>