summaryrefslogtreecommitdiff
path: root/gnu/usr.sbin/sendmail/doc/op/Makefile
blob: 7102e66aed08610cb8f1be7021da73c9718101ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#	$NetBSD: Makefile,v 1.3 2000/05/03 10:50:58 itojun Exp $

DIST=	${.CURDIR}/../../../../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}
	${RM} ${.TARGET}
	${PIC} ${.ALLSRC} | ${ROFF} >${.TARGET}

.include <bsd.doc.mk>