NetBSD/share/doc/smm/01.setup/Makefile

12 lines
227 B
Makefile
Raw Normal View History

1994-06-19 04:24:03 +04:00
# @(#)Makefile 8.1 (Berkeley) 7/27/93
1993-03-21 12:45:37 +03:00
DIR= smm/01.setup
1994-06-19 04:24:03 +04:00
SRCS= 0.t 1.t 2.t 3.t 4.t 5.t 6.t
FILES= ${SRCS}
MACROS= -ms
1994-06-19 04:24:03 +04:00
paper.ps: ${SRCS}
1997-12-21 18:36:42 +03:00
${SOELIM} -I${.CURDIR} ${.ALLSRC} | ${TBL} | ${ROFF} > ${.TARGET}
1993-03-21 12:45:37 +03:00
1994-06-19 04:24:03 +04:00
.include <bsd.doc.mk>