head	1.4;
access;
symbols;
locks; strict;
comment	@# @;


1.4
date	94.07.19.21.05.51;	author md;	state Exp;
branches;
next	1.3;

1.3
date	94.06.07.23.37.32;	author md;	state Exp;
branches;
next	1.2;

1.2
date	94.05.30.15.39.20;	author md;	state Exp;
branches;
next	1.1;

1.1
date	90.05.11.20.50.17;	author md;	state Exp;
branches;
next	;


desc
@@


1.4
log
@use older Reno formatting macros
@
text
@#	@@(#)Makefile	5.17 (Berkeley) 5/11/90

PROG=	gprof
SRCS=	gprof.c arcs.c dfn.c lookup.c ${MACHINE}.c hertz.c \
	printgprof.c printlist.c
CFLAGS+=-I${.CURDIR}/../../lib/csu/${MACHINE}
DPADD=	${LIBCOMPAT}
LDADD=	-lcompat
NROFF=	/usr/old/bin/nroff
MANDOC=	-mandoc-reno

beforeinstall:
	install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
	    ${.CURDIR}/gprof.flat ${.CURDIR}/gprof.callg \
	    ${DESTDIR}/usr/share/misc

.include <bsd.prog.mk>
@


1.3
log
@Need to link with compat libary to pick up cfree()
@
text
@d9 2
@


1.2
log
@Moved location of csu.rt
@
text
@d7 2
@


1.1
log
@Initial revision
@
text
@d6 1
a6 1
CFLAGS+=-I${.CURDIR}/../../lib/csu.${MACHINE}
@
