xref: /freebsd/share/doc/smm/08.sendmailop/Makefile (revision daf1cffce2e07931f27c6c6998652e90df6ba87e)
1#	From: @(#)Makefile	8.2 (Berkeley) 2/28/94
2# $FreeBSD$
3
4VOLUME=	smm/08.sendmailop
5SRCS=	op.me
6MACROS=	-me
7
8SRCDIR=	${.CURDIR}/../../../../contrib/sendmail/doc/op
9
10USE_PIC=	yes
11USE_EQN=	yes
12
13.include <bsd.doc.mk>
14