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.)
14 lines
223 B
Makefile
14 lines
223 B
Makefile
# $NetBSD: Makefile,v 1.1 1997/07/16 23:01:55 phil Exp $
|
|
# install these sources in /usr/share/sendmail/hack
|
|
#
|
|
|
|
FILESDIR=/usr/share/sendmail/hack
|
|
|
|
FILES= cssubdomain.m4
|
|
|
|
all:
|
|
|
|
.include <bsd.own.mk>
|
|
.include <bsd.files.mk>
|
|
|