Home | History | Annotate | Line # | Download | only in gprof
Makefile revision 1.10
      1 #	from: @(#)Makefile	8.1 (Berkeley) 6/29/93
      2 #	$Id: Makefile,v 1.10 1994/05/17 03:35:48 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