19 lines
594 B
Makefile
19 lines
594 B
Makefile
# $NetBSD: Makefile,v 1.1 1997/07/16 23:01:54 phil Exp $
|
|
# install these sources in /usr/share/sendmail/feature
|
|
#
|
|
|
|
FILESDIR= /usr/share/sendmail/feature
|
|
|
|
FILES= allmasquerade.m4 always_add_domain.m4 bestmx_is_local.m4 \
|
|
bitdomain.m4 domaintable.m4 genericstable.m4 limited_masquerade.m4 \
|
|
local_procmail.m4 mailertable.m4 masquerade_entire_domain.m4 \
|
|
masquerade_envelope.m4 nocanonify.m4 nodns.m4 notsticky.m4 nouucp.m4 \
|
|
nullclient.m4 redirect.m4 smrsh.m4 stickyhost.m4 use_ct_file.m4 \
|
|
use_cw_file.m4 uucpdomain.m4 virtusertable.m4
|
|
|
|
all:
|
|
|
|
.include <bsd.own.mk>
|
|
.include <bsd.files.mk>
|
|
|