NetBSD/usr.bin/gprof/Makefile

18 lines
413 B
Makefile
Raw Normal View History

1994-05-17 07:35:48 +04:00
# from: @(#)Makefile 8.1 (Berkeley) 6/29/93
1994-06-30 09:33:30 +04:00
# $Id: Makefile,v 1.12 1994/06/30 05:33:37 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
1994-06-30 09:33:30 +04:00
.if make(install)
SUBDIR+= PSD.doc
.endif
.include <bsd.prog.mk>