1998-01-09 11:03:16 +03:00
|
|
|
# $NetBSD: Makefile,v 1.2 1998/01/09 08:05:48 perry Exp $
|
|
|
|
#
|
1994-06-19 07:58:48 +04:00
|
|
|
# @(#)Makefile 8.1 (Berkeley) 6/8/93
|
|
|
|
|
|
|
|
DIR= psd/17.m4
|
|
|
|
SRCS= m4.ms
|
|
|
|
MACROS= -msU
|
|
|
|
|
|
|
|
paper.ps: ${SRCS}
|
|
|
|
${ROFF} ${SRCS} > ${.TARGET}
|
|
|
|
|
|
|
|
.include <bsd.doc.mk>
|