NetBSD/usr.bin/gprof/Makefile

18 lines
457 B
Makefile

# from: @(#)Makefile 8.1 (Berkeley) 6/29/93
# $Id: Makefile,v 1.11 1994/06/25 05:57:54 cgd Exp $
PROG= gprof
SRCS= gprof.c arcs.c dfn.c lookup.c ${MACHINE_ARCH}.c hertz.c \
printgprof.c printlist.c
beforeinstall:
install -c -o ${BINOWN} -g ${BINGRP} -m 444 \
${.CURDIR}/gprof.flat ${.CURDIR}/gprof.callg \
${DESTDIR}/usr/share/misc
.if !make(all) && !make(depend) && !make(lint) && !make(tags)
SUBDIR+= PSD.doc
.endif
.include <bsd.prog.mk>