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

.include <bsd.own.mk>

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

.include <Makefile.inc>

FILESDIR=	/usr/share/sendmail/siteconfig
FILES=		${CF_SITECONFIG_FILES} Makefile.inc

all:

.include <bsd.prog.mk>