13 lines
210 B
Makefile
13 lines
210 B
Makefile
# $NetBSD: Makefile,v 1.2 1998/01/09 08:05:48 perry Exp $
|
|
#
|
|
# @(#)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>
|