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.)
15 lines
306 B
Makefile
15 lines
306 B
Makefile
# $NetBSD: Makefile,v 1.1 1997/07/16 23:01:57 phil Exp $
|
|
# install these sources in /usr/share/sendmail/mailer
|
|
#
|
|
|
|
FILESDIR=/usr/share/sendmail/mailer
|
|
|
|
FILES= cyrus.m4 fax.m4 local.m4 mail11.m4 phquery.m4 pop.m4 procmail.m4 \
|
|
smtp.m4 usenet.m4 uucp.m4
|
|
|
|
all:
|
|
|
|
.include <bsd.own.mk>
|
|
.include <bsd.files.mk>
|
|
|