mirror of
https://github.com/opnsense/src.git
synced 2026-03-30 22:45:13 -04:00
11 lines
207 B
Makefile
11 lines
207 B
Makefile
# 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>
|