Home | History | Annotate | Line # | Download | only in config
Makefile revision 1.1
      1  1.1  garbled #	$NetBSD: Makefile,v 1.1 2007/12/18 03:35:53 garbled Exp $
      2  1.1  garbled #
      3  1.1  garbled #	@(#)Makefile	8.1 (Berkeley) 7/27/93
      4  1.1  garbled 
      5  1.1  garbled DIR=	smm/config
      6  1.1  garbled SRCS=	0.t 1.t 2.t 3.t 4.t 5.t 6.t a.t b.t c.t d.t e.t
      7  1.1  garbled FILES=	${SRCS}
      8  1.1  garbled MACROS=	-ms
      9  1.1  garbled 
     10  1.1  garbled paper.ps: ${SRCS}
     11  1.1  garbled 	${TOOL_SOELIM} -I${.CURDIR} ${.ALLSRC} | ${TOOL_TBL} | \
     12  1.1  garbled 	    ${TOOL_ROFF_PS} ${MACROS} > ${.TARGET}
     13  1.1  garbled 
     14  1.1  garbled .include <bsd.doc.mk>
     15