NetBSD/share/doc/papers/newvm/Makefile

13 lines
237 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.3 2002/06/02 17:40:45 pooka Exp $
1998-01-09 09:41:19 +03:00
#
1994-06-19 04:07:16 +04:00
# @(#)Makefile 1.4 (Berkeley) 6/8/93
DIR= papers/newvm
SRCS= 0.t 1.t a.t
MACROS= -ms
paper.ps: ${SRCS}
${TBL} ${SRCS} | ${ROFF} ${MACROS} > ${.TARGET}
1994-06-19 04:07:16 +04:00
.include <bsd.doc.mk>