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