Home | History | Annotate | Line # | Download | only in gprof
Makefile revision 1.9
      1 #	from: @(#)Makefile	5.17 (Berkeley) 5/11/90
      2 #	$Id: Makefile,v 1.9 1994/05/14 06:26:06 cgd Exp $
      3 
      4 PROG=	gprof
      5 SRCS=	gprof.c arcs.c dfn.c lookup.c ${MACHINE_ARCH}.c hertz.c \
      6 	printgprof.c printlist.c
      7 
      8 beforeinstall:
      9 	install -c -o ${BINOWN} -g ${BINGRP} -m 444 \
     10 	    ${.CURDIR}/gprof.flat ${.CURDIR}/gprof.callg \
     11 	    ${DESTDIR}/usr/share/misc
     12 
     13 .include <bsd.prog.mk>
     14