Add the source code for /usr/src/usr.bin from the Net/2 tape
[unix-history] / usr / src / usr.bin / gprof / Makefile
CommitLineData
8c20c4b3
KL
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>