b42def5b86
current license information and adapted to the FreeBSD build environment before they will build. Approved by: David Taylor <davidt@caldera.com>
12 lines
177 B
Makefile
12 lines
177 B
Makefile
# @(#)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>
|