20 lines
405 B
Makefile
20 lines
405 B
Makefile
# $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>
|