xref: /csrg-svn/usr.bin/gprof/Makefile (revision 63624)
1*63624Sbostic#	@(#)Makefile	8.1 (Berkeley) 06/29/93
241639Sbostic
341639SbosticPROG=	gprof
433223SbosticSRCS=	gprof.c arcs.c dfn.c lookup.c ${MACHINE}.c hertz.c \
533223Sbostic	printgprof.c printlist.c
64516Speter
741639Sbosticbeforeinstall:
863623Sbostic	install -c -o ${BINOWN} -g ${BINGRP} -m 444 \
941639Sbostic	    ${.CURDIR}/gprof.flat ${.CURDIR}/gprof.callg \
1037801Sbostic	    ${DESTDIR}/usr/share/misc
114516Speter
1241639Sbostic.include <bsd.prog.mk>
13