diff options
author | bde <bde@FreeBSD.org> | 1995-11-29 16:46:25 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 1995-11-29 16:46:25 +0000 |
commit | f76dc322ec43ea924081e600779e46019581f771 (patch) | |
tree | 41ea3291174c5681676f5996891e9684d633c99f /share/doc/psd | |
parent | ff3221def3934b7c4f24b9689e033251efb3637b (diff) | |
download | FreeBSD-src-f76dc322ec43ea924081e600779e46019581f771.zip FreeBSD-src-f76dc322ec43ea924081e600779e46019581f771.tar.gz |
Fixed dependencies. Changes to source files weren't noticed.
Diffstat (limited to 'share/doc/psd')
-rw-r--r-- | share/doc/psd/18.gprof/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/doc/psd/18.gprof/Makefile b/share/doc/psd/18.gprof/Makefile index 942c411..9a6d169 100644 --- a/share/doc/psd/18.gprof/Makefile +++ b/share/doc/psd/18.gprof/Makefile @@ -1,10 +1,10 @@ # From: @(#)Makefile 8.1 (Berkeley) 8/14/93 -# $Id$ +# $Id: Makefile,v 1.1 1995/01/11 01:52:01 wollman Exp $ VOLUME= psd/18.gprof SRCS= header.me abstract.me intro.me profiling.me gathering.me \ postp.me present.me refs.me -DPADD= postp1.pic postp2.pic postp3.pic pres1.pic pres2.pic +EXTRA= postp1.pic postp2.pic postp3.pic pres1.pic pres2.pic MACROS= -me SRCDIR= ${.CURDIR}/../../../../usr.bin/gprof/PSD.doc |