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