# $OpenBSD: Makefile,v 1.2 1996/06/26 05:33:46 deraadt Exp $ # $NetBSD: Makefile,v 1.14 1995/04/19 07:24:08 cgd Exp $ PROG= gprof SRCS= gprof.c arcs.c dfn.c lookup.c ${MACHINE_ARCH}.c hertz.c \ printgprof.c printlist.c CFLAGS+= -D${MACHINE_ARCH} beforeinstall: install -c -o ${BINOWN} -g ${BINGRP} -m 444 \ ${.CURDIR}/gprof.flat ${.CURDIR}/gprof.callg \ ${DESTDIR}/usr/share/misc .if make(install) SUBDIR+= PSD.doc .endif .include