mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-27 16:39:08 +00:00
f8f8058e6f
source tree. Eliminate papers which require -me macros, 'cos they currently don't work with groff.
14 lines
209 B
Makefile
14 lines
209 B
Makefile
# From: @(#)Makefile 8.2 (Berkeley) 2/28/94
|
|
# $Id$
|
|
|
|
VOLUME= smm/08.sendmailop
|
|
SRCS= op.me
|
|
MACROS= -me
|
|
|
|
SRCDIR= ${.CURDIR}/../../../../usr.sbin/sendmail/doc/op
|
|
|
|
USE_PIC= yes
|
|
USE_EQN= yes
|
|
|
|
.include <bsd.doc.mk>
|