summaryrefslogtreecommitdiff
path: root/gnu/usr.sbin/sendmail/cf/mailer/Makefile
blob: fdad97c0b374b065b88e8089173c4ba98253056f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#	$NetBSD: Makefile,v 1.5 2003/03/24 15:04:04 atatat Exp $
#	install these sources in /usr/share/sendmail/mailer

.include <bsd.own.mk>

DIST=		${NETBSDSRCDIR}/gnu/dist
.PATH: ${DIST}/sendmail/cf/mailer

.include <Makefile.inc>

FILESDIR=	/usr/share/sendmail/mailer
FILES=		${CF_MAILER_FILES} Makefile.inc

all:

.include <bsd.prog.mk>