aboutsummaryrefslogtreecommitdiff
path: root/share/doc/psd/06.Clang/Makefile
diff options
context:
space:
mode:
authorGreg Lehey <grog@FreeBSD.org>2002-05-19 06:17:52 +0000
committerGreg Lehey <grog@FreeBSD.org>2002-05-19 06:17:52 +0000
commitb42def5b86cb2f5210a311aea7e847e1a84cd60b (patch)
tree17aba980b05fc2872be77181d9d3c6f176c99984 /share/doc/psd/06.Clang/Makefile
parentb4a052380f7a5238f23a8e977975ca1a2fb9645f (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=96927
Diffstat (limited to 'share/doc/psd/06.Clang/Makefile')
-rw-r--r--share/doc/psd/06.Clang/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/share/doc/psd/06.Clang/Makefile b/share/doc/psd/06.Clang/Makefile
new file mode 100644
index 000000000000..fa688c5fd3b3
--- /dev/null
+++ b/share/doc/psd/06.Clang/Makefile
@@ -0,0 +1,11 @@
+# @(#)Makefile 8.1 (Berkeley) 6/8/93
+# $FreeBSD$
+
+DIR= psd/06.Clang
+SRCS= Clang.ms
+MACROS= -msU
+
+paper.ps: ${SRCS}
+ ${TBL} ${SRCS} | ${ROFF} > ${.TARGET}
+
+.include <bsd.doc.mk>