diff options
author | trhodes <trhodes@FreeBSD.org> | 2003-02-04 18:26:08 +0000 |
---|---|---|
committer | trhodes <trhodes@FreeBSD.org> | 2003-02-04 18:26:08 +0000 |
commit | 9b883f99f1dffcb915638dd65872f5c1401143a6 (patch) | |
tree | 90540b15ff87e671e79b272ce4d6fc9b58d2840c /usr.bin/gprof | |
parent | 3038c346161260481978f3bf270a3dd0f33664c0 (diff) | |
download | FreeBSD-src-9b883f99f1dffcb915638dd65872f5c1401143a6.zip FreeBSD-src-9b883f99f1dffcb915638dd65872f5c1401143a6.tar.gz |
Remove 2 more unused doc Makefiles.
Diffstat (limited to 'usr.bin/gprof')
-rw-r--r-- | usr.bin/gprof/PSD.doc/Makefile | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/usr.bin/gprof/PSD.doc/Makefile b/usr.bin/gprof/PSD.doc/Makefile deleted file mode 100644 index 12f9c39..0000000 --- a/usr.bin/gprof/PSD.doc/Makefile +++ /dev/null @@ -1,12 +0,0 @@ -# @(#)Makefile 8.1 (Berkeley) 8/14/93 - -DIR= 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 -MACROS= -me - -paper.ps: ${SRCS} ${DPADD} - ${SOELIM} ${SRCS} | ${PIC} | ${TBL} | ${EQN} | ${ROFF} > ${.TARGET} - -.include <bsd.doc.mk> |