aboutsummaryrefslogtreecommitdiff
path: root/share/doc/psd/03.iosys/Makefile
diff options
context:
space:
mode:
authorGreg Lehey <grog@FreeBSD.org>2002-05-19 05:57:43 +0000
committerGreg Lehey <grog@FreeBSD.org>2002-05-19 05:57:43 +0000
commit18d63e68faa84a88f7b96017adbb727d6b6e1da1 (patch)
treec5e29fcfe83241a2f8f80a068a7b0e69be91acd9 /share/doc/psd/03.iosys/Makefile
parent0dd4639d2a08801466a3cc01307585ead9fc54f5 (diff)
Initial checkin: 4.4BSD version. These files need to be updated with
current license information and adapted to the FreeBSD build environment before they will build. Approved by: David Taylor <davidt@caldera.com>
Notes
Notes: svn path=/head/; revision=96920
Diffstat (limited to 'share/doc/psd/03.iosys/Makefile')
-rw-r--r--share/doc/psd/03.iosys/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/share/doc/psd/03.iosys/Makefile b/share/doc/psd/03.iosys/Makefile
new file mode 100644
index 000000000000..40132a6be344
--- /dev/null
+++ b/share/doc/psd/03.iosys/Makefile
@@ -0,0 +1,11 @@
+# @(#)Makefile 8.1 (Berkeley) 6/8/93
+# $FreeBSD$
+
+DIR= psd/03.iosys
+SRCS= iosys
+MACROS= -ms
+
+paper.ps: ${SRCS}
+ ${ROFF} ${SRCS} > ${.TARGET}
+
+.include <bsd.doc.mk>