12 lines
165 B
Makefile
12 lines
165 B
Makefile
|
# @(#)Makefile 8.1 (Berkeley) 6/8/93
|
||
|
# $FreeBSD$
|
||
|
|
||
|
DIR= psd/14.sccs
|
||
|
SRCS= sccs.me
|
||
|
MACROS= -me
|
||
|
|
||
|
paper.ps: ${SRCS}
|
||
|
${ROFF} ${SRCS} > ${.TARGET}
|
||
|
|
||
|
.include <bsd.doc.mk>
|