mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-11 17:04:19 +01:00
12 lines
203 B
Makefile
12 lines
203 B
Makefile
# From: @(#)Makefile 8.2 (Berkeley) 2/28/94
|
|
# $FreeBSD$
|
|
|
|
VOLUME= smm/09.sendmail
|
|
SRCS= intro.me
|
|
MACROS= -me
|
|
USE_PIC= yes
|
|
|
|
SRCDIR= ${.CURDIR}/../../../../contrib/sendmail/doc/intro
|
|
|
|
.include <bsd.doc.mk>
|