Home | History | Annotate | Line # | Download | only in PSD.doc
Makefile revision 1.2
      1  1.2  perry #	$NetBSD: Makefile,v 1.2 1998/01/09 08:05:48 perry Exp $
      2  1.2  perry #
      3  1.1  glass #	@(#)Makefile	8.1 (Berkeley) 6/8/93
      4  1.1  glass 
      5  1.1  glass DIR=	psd/17.m4
      6  1.1  glass SRCS=	m4.ms
      7  1.1  glass MACROS=	-msU
      8  1.1  glass 
      9  1.1  glass paper.ps: ${SRCS}
     10  1.1  glass 	${ROFF} ${SRCS} > ${.TARGET}
     11  1.1  glass 
     12  1.1  glass .include <bsd.doc.mk>
     13