blob: 1701c865d63a7b8e9ab6602e7ea247198e1883aa (
plain)
1
2
3
4
5
6
7
8
9
10
|
# @(#)Makefile 8.1 (Berkeley) 6/8/93
DIR= smm/07.lpd
SRCS= 0.t 1.t 2.t 3.t 4.t 5.t 6.t 7.t
MACROS= -ms
paper.ps: ${SRCS}
${TBL} ${SRCS} | ${ROFF} > ${.TARGET}
.include <bsd.doc.mk>
|