xref: /386bsd/usr/src/usr.bin/gprof/Makefile (revision a2142627)
1#	@(#)Makefile	5.17 (Berkeley) 5/11/90
2
3PROG=	gprof
4SRCS=	gprof.c arcs.c dfn.c lookup.c ${MACHINE}.c hertz.c \
5	printgprof.c printlist.c
6CFLAGS+=-I${.CURDIR}/../../lib/csu.${MACHINE}
7
8beforeinstall:
9	install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
10	    ${.CURDIR}/gprof.flat ${.CURDIR}/gprof.callg \
11	    ${DESTDIR}/usr/share/misc
12
13.include <bsd.prog.mk>
14