blob: f39e2d467156bc5e0e57a2c597de4d76ae1f4801 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
# From: @(#)Makefile 8.2 (Berkeley) 2/28/94
# $Id: Makefile,v 1.3 1997/02/22 13:05:51 peter Exp $
VOLUME= smm/09.sendmail
SRCS= intro.me
MACROS= -me
USE_PIC= yes
SRCDIR= ${.CURDIR}/../../../../contrib/sendmail/doc/intro
.include <bsd.doc.mk>
|