1 # from: @(#)Makefile 8.1 (Berkeley) 6/29/93 2 # $Id: Makefile,v 1.12 1994/06/30 05:33:37 cgd Exp $ 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 8 beforeinstall: 9 install -c -o ${BINOWN} -g ${BINGRP} -m 444 \ 10 ${.CURDIR}/gprof.flat ${.CURDIR}/gprof.callg \ 11 ${DESTDIR}/usr/share/misc 12 13 .if make(install) 14 SUBDIR+= PSD.doc 15 .endif 16 17 .include <bsd.prog.mk> 18