45d8517405
cv/cv: Modified Makefile to install source into /usr/share/sendmail and to only make netbsd-proto.cf. (all other .cf files were made, but never installed anywhere. So why burn CPU building files we don't use. Added a target called "other" to make all other .cf files.)
17 lines
288 B
Makefile
17 lines
288 B
Makefile
# $NetBSD: Makefile,v 1.1 1997/07/16 23:01:51 phil Exp $
|
|
# install these sources in /usr/share/sendmail
|
|
#
|
|
|
|
FILESDIR=/usr/share/sendmail
|
|
|
|
FILES=README
|
|
|
|
SUBDIR=domain feature hack m4 mailer ostype sh siteconfig
|
|
|
|
all:
|
|
|
|
.include <bsd.own.mk>
|
|
.include <bsd.files.mk>
|
|
.include <bsd.subdir.mk>
|
|
|