summaryrefslogtreecommitdiff
path: root/gnu/usr.sbin/sendmail/doc/op/Makefile
blob: 45677a11061b4412438e12cd6994a99b5a1f1313 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#	$NetBSD: Makefile,v 1.8 2003/10/22 06:04:03 lukem Exp $

.include <bsd.own.mk>

DIST=	${NETBSDSRCDIR}/gnu/dist
.PATH: ${DIST}/sendmail/doc/op

DIR=	smm/08.sendmailop
SRCS=	op.me
MACROS=	-me
RM=	rm -f

CLEANFILES+=	op.ps

all: op.ps

op.ps: ${SRCS}
	${_MKTARGET_FORMAT}
	${RM} ${.TARGET}
	${TOOL_PIC} ${.ALLSRC} | ${TOOL_EQN} | \
	    ${TOOL_ROFF_PS} ${MACROS} > ${.TARGET}

.include <bsd.doc.mk>