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

.include <bsd.own.mk>

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

.include <Makefile.inc>

FILESDIR=	/usr/share/sendmail/sh
FILES=		${CF_SH_FILES} Makefile.inc

all:

.include <bsd.prog.mk>