NetBSD/usr.bin/gprof/Makefile

14 lines
370 B
Makefile
Raw Normal View History

1993-07-31 19:17:49 +04:00
# from: @(#)Makefile 5.17 (Berkeley) 5/11/90
# $Id: Makefile,v 1.9 1994/05/14 06:26:06 cgd Exp $
PROG= gprof
1993-12-06 08:28:34 +03:00
SRCS= gprof.c arcs.c dfn.c lookup.c ${MACHINE_ARCH}.c hertz.c \
printgprof.c printlist.c
beforeinstall:
1993-08-23 08:59:38 +04:00
install -c -o ${BINOWN} -g ${BINGRP} -m 444 \
${.CURDIR}/gprof.flat ${.CURDIR}/gprof.callg \
${DESTDIR}/usr/share/misc
.include <bsd.prog.mk>