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