summaryrefslogtreecommitdiffstats
path: root/share/doc/psd/02.implement/Makefile
diff options
context:
space:
mode:
authorgrog <grog@FreeBSD.org>2002-05-19 05:41:35 +0000
committergrog <grog@FreeBSD.org>2002-05-19 05:41:35 +0000
commit892c211523e64da7cc4e04d8d7c5a206c689f1fe (patch)
treea5162c8b677e48fd58877f5f2b3dae471307fdef /share/doc/psd/02.implement/Makefile
parent83bccbfbb37686225a3bd296858f57f0c7444d87 (diff)
downloadFreeBSD-src-892c211523e64da7cc4e04d8d7c5a206c689f1fe.zip
FreeBSD-src-892c211523e64da7cc4e04d8d7c5a206c689f1fe.tar.gz
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>
Diffstat (limited to 'share/doc/psd/02.implement/Makefile')
-rw-r--r--share/doc/psd/02.implement/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/share/doc/psd/02.implement/Makefile b/share/doc/psd/02.implement/Makefile
new file mode 100644
index 0000000..09d7d8b
--- /dev/null
+++ b/share/doc/psd/02.implement/Makefile
@@ -0,0 +1,12 @@
+# @(#)Makefile 8.1 (Berkeley) 6/8/93
+# $FreeBSD$
+
+DIR= psd/02.implement
+SRCS= implement
+MACROS= -ms
+REFER= refer -p /usr/old/dict/papers/Ind -e
+
+paper.ps: ${SRCS} fig1.pic fig2.pic
+ ${SOELIM} ${SRCS} | ${REFER} | ${PIC} | ${ROFF} > ${.TARGET}
+
+.include <bsd.doc.mk>
OpenPOWER on IntegriCloud