diff options
Diffstat (limited to 'share/doc/smm/08.sendmailop/Makefile')
-rw-r--r-- | share/doc/smm/08.sendmailop/Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/share/doc/smm/08.sendmailop/Makefile b/share/doc/smm/08.sendmailop/Makefile new file mode 100644 index 000000000000..482ed798a95e --- /dev/null +++ b/share/doc/smm/08.sendmailop/Makefile @@ -0,0 +1,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> |