diff options
author | Greg Lehey <grog@FreeBSD.org> | 2002-05-19 06:17:52 +0000 |
---|---|---|
committer | Greg Lehey <grog@FreeBSD.org> | 2002-05-19 06:17:52 +0000 |
commit | b42def5b86cb2f5210a311aea7e847e1a84cd60b (patch) | |
tree | 17aba980b05fc2872be77181d9d3c6f176c99984 /share/doc/psd/06.Clang/Makefile | |
parent | b4a052380f7a5238f23a8e977975ca1a2fb9645f (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/Makefile | 11 |
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> |