summaryrefslogtreecommitdiff
path: root/gnu/usr.sbin/sendmail/cf/Makefile
blob: c02ce14440c7390d400c9244b4dbf12c602c8e16 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#	$NetBSD: Makefile,v 1.3 2000/03/15 16:25:58 tron Exp $
#	install these sources in /usr/share/sendmail

.include <bsd.own.mk>

DIST=		${.CURDIR}/../../../dist
.PATH: ${DIST}/sendmail/cf ${DIST}/sendmail

.if ${MKSHARE} != "no"
FILESDIR=	/usr/share/sendmail
FILES=		LICENSE README

SUBDIR=		domain feature hack m4 mailer ostype sh siteconfig
.endif

all:

.include <bsd.files.mk>
.include <bsd.subdir.mk>