aboutsummaryrefslogtreecommitdiff
path: root/share/doc/psd/03.iosys/Makefile
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2002-05-22 10:41:12 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2002-05-22 10:41:12 +0000
commit718daeaaf195d4b8632d384b7025e56f1c5ec752 (patch)
tree09c9b6858df1326d1e49605cc251264ae8ac37f6 /share/doc/psd/03.iosys/Makefile
parent0c2fe74da89035a0abd3cf4496ed279da8a76683 (diff)
Fixed build of recently added legacy docs.
Reviewed by: grog
Notes
Notes: svn path=/head/; revision=97099
Diffstat (limited to 'share/doc/psd/03.iosys/Makefile')
-rw-r--r--share/doc/psd/03.iosys/Makefile20
1 files changed, 1 insertions, 19 deletions
diff --git a/share/doc/psd/03.iosys/Makefile b/share/doc/psd/03.iosys/Makefile
index 2cf421dca5d1..113bf90fd4fe 100644
--- a/share/doc/psd/03.iosys/Makefile
+++ b/share/doc/psd/03.iosys/Makefile
@@ -1,26 +1,8 @@
# @(#)Makefile 8.1 (Berkeley) 6/8/93
# $FreeBSD$
-DIR= psd/03.iosys
+VOLUME= psd/03.iosys
SRCS= iosys
MACROS= -ms
-GROFF= groff
-
-all: paper.ps paper.ascii
-
-paper.ps: ${SRCS}
- ${GROFF} ${MACROS} ${SRCS} > ${.TARGET}
-
-paper.ascii: ${SRCS}
- ${ROFF} ${MACROS} ${SRCS} > ${.TARGET}
-
-paper.ascii.gz: paper.ascii
-paper.ps.gz: paper.ps
-
-paper.ascii.gz paper.ps.gz:
- gzip -f ${.TARGET:.gz=}
-
-clean:
- rm -f paper.* *.spell errs Errs make.out
.include <bsd.doc.mk>