blob: 77622cc0e8a54e10ce744b60aa92ce2d38d525e1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
# From: @(#)Makefile 8.2 (Berkeley) 2/28/94
# $Id$
VOLUME= smm/09.sendmail
SRCS= intro.me
MACROS= -me
USE_PIC= yes
SRCDIR= ${.CURDIR}/../../../../usr.sbin/sendmail/doc/intro
.include <bsd.doc.mk>
|