summaryrefslogtreecommitdiff
path: root/gnu/usr.sbin/sendmail/cf/m4/Makefile
blob: c8a4ac6626e50d1d171f61a65995be9036d5bc9f (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/m4

.include <bsd.own.mk>

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

.include <Makefile.inc>

FILESDIR=	/usr/share/sendmail/m4
FILES=		${CF_M4_FILES} Makefile.inc

all:

.include <bsd.prog.mk>