blob: b71b7fa6a30c65ddfaef6904dc93236be2db02fc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# $NetBSD: Makefile,v 1.2 2000/04/28 06:20:01 itojun Exp $
DIST= ${.CURDIR}/../../../../dist
.PATH: ${DIST}/sendmail/doc/intro
DIR= smm/09.sendmail
SRCS= intro.me
MACROS= -me
RM= rm -f
all: intro.ps
intro.ps: ${SRCS}
${RM} ${.TARGET}
${PIC} ${.ALLSRC} | ${ROFF} >${.TARGET}
.include <bsd.doc.mk>
|