xref: /netbsd/share/doc/smm/18.net/Makefile (revision 6550d01e)
1#	$NetBSD: Makefile,v 1.5 2003/07/10 10:34:32 lukem Exp $
2#
3#	@(#)Makefile	8.1 (Berkeley) 6/10/93
4
5DIR=	smm/18.net
6SRCS=	0.t 1.t 2.t 3.t 4.t 5.t 6.t 7.t 8.t 9.t a.t b.t c.t d.t e.t f.t
7MACROS=	-ms
8
9paper.ps: ${SRCS}
10	${TOOL_SOELIM} -I${.CURDIR} ${.ALLSRC} | ${TOOL_TBL} | \
11	    ${TOOL_ROFF_PS} ${MACROS} > ${.TARGET}
12
13.include <bsd.doc.mk>
14