1 # $NetBSD: Makefile,v 1.18.2.1 1997/11/08 10:37:02 lukem Exp $ 2 # @(#)Makefile 8.1 (Berkeley) 6/29/93 3 4 WARNS= 0 5 PROG= gprof 6 SRCS= gprof.c arcs.c dfn.c lookup.c ${MACHINE_ARCH}.c hertz.c \ 7 printgprof.c printlist.c 8 CPPFLAGS+= -D${MACHINE_ARCH} 9 10 FILES= ${.CURDIR}/gprof.flat ${.CURDIR}/gprof.callg 11 FILESDIR=/usr/share/misc 12 13 .if make(install) 14 SUBDIR+=PSD.doc 15 .endif 16 17 .include <bsd.prog.mk> 18 .include <bsd.subdir.mk> 19