11 lines
150 B
Makefile
11 lines
150 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/8/93
|
|
|
|
DIR= psd/17.m4
|
|
SRCS= m4.ms
|
|
MACROS= -msU
|
|
|
|
paper.ps: ${SRCS}
|
|
${ROFF} ${SRCS} > ${.TARGET}
|
|
|
|
.include <bsd.doc.mk>
|