1999-02-13 10:35:52 +03:00
|
|
|
# $NetBSD: Makefile,v 1.4 1999/02/13 07:35:52 carrel Exp $
|
1997-07-17 03:01:51 +04:00
|
|
|
# install these sources in /usr/share/sendmail
|
|
|
|
#
|
1999-02-13 10:35:52 +03:00
|
|
|
.include <bsd.own.mk>
|
1997-07-17 03:01:51 +04:00
|
|
|
|
1999-02-13 05:54:17 +03:00
|
|
|
.if ${MKSHARE} != "no"
|
1997-07-17 03:01:51 +04:00
|
|
|
FILESDIR=/usr/share/sendmail
|
|
|
|
FILES=README
|
|
|
|
|
|
|
|
SUBDIR=domain feature hack m4 mailer ostype sh siteconfig
|
1998-09-27 21:22:03 +04:00
|
|
|
.endif
|
1997-07-17 03:01:51 +04:00
|
|
|
|
|
|
|
all:
|
|
|
|
|
|
|
|
.include <bsd.files.mk>
|
|
|
|
.include <bsd.subdir.mk>
|
|
|
|
|