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


1.1
date     86.03.12.15.00.35;  author root;  state Exp;
branches ;
next     ;


desc
@initial checkin for release 3.04
@



1.1
log
@Initial revision
@
text
@#
# $Header$
#
# $Log$
#
#	@@(#)Makefile	4.1 (Berkeley) 6/2/83
#
# If you don't want to plot, take out the -Dplot and the ref. to plot.a
PLOT = -lplot -Dplot
CFLAGS=-O 
prof:	prof.c
	$(CC) $(CFLAGS) -o prof prof.c $(PLOT)

install:
	install -s prof $(DESTDIR)/usr/bin

clean :
	rm -f *.o prof *.out rslts core
@
