Remove 2 more unused doc Makefiles.

This commit is contained in:
Tom Rhodes 2003-02-04 18:26:08 +00:00
parent 91dd013b1e
commit fc6318e4e5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=110343
2 changed files with 0 additions and 23 deletions

View File

@ -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>

View File

@ -1,11 +0,0 @@
# @(#)Makefile 8.1 (Berkeley) 6/8/93
DIR= usd/07.mail
SRCS= mail0.nr mail1.nr mail2.nr mail3.nr mail4.nr mail5.nr mail6.nr \
mail7.nr mail8.nr mail9.nr maila.nr
MACROS= -me
paper.ps: ${SRCS}
${TBL} ${SRCS} | ${ROFF} > ${.TARGET}
.include <bsd.doc.mk>