Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews# CDDL HEADER START
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews# The contents of this file are subject to the terms of the
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews# Common Development and Distribution License, Version 1.0 only
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews# (the "License"). You may not use this file except in compliance
57cd0c8166f0e350a21a600eb27e600a7f2c9c7fMichael Graff# with the License.
70e5a7403f0e0a3bd292b8287c5fed5772c15270Automatic Updater# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
57cd0c8166f0e350a21a600eb27e600a7f2c9c7fMichael Graff# See the License for the specific language governing permissions
57cd0c8166f0e350a21a600eb27e600a7f2c9c7fMichael Graff# and limitations under the License.
4838e5f7c245b4843f59285f99f2d27f1c5d1315James Brister# When distributing Covered Code, include this CDDL HEADER in each
57cd0c8166f0e350a21a600eb27e600a7f2c9c7fMichael Graff# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
64bed6c54393c2d213db83e9b171fb7c318cfc8eMichael Graff# If applicable, add the following below this CDDL HEADER, with the
01933e930208da3291de3722cb0d0787636b1e4fMichael Graff# fields enclosed by brackets "[]" replaced with your own identifying
d736db6dc53e615e3f2d66d1ddbe28473694d107Michael Graff# information: Portions Copyright [yyyy] [name of copyright owner]
e61793f0865117ad87a19d6e245bea8f3b712d1bDanny Mayer# CDDL HEADER END
ab023a65562e62b85a824509d829b6fad87e00b1Rob Austein# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
ab023a65562e62b85a824509d829b6fad87e00b1Rob Austein# Use is subject to license terms.
64bed6c54393c2d213db83e9b171fb7c318cfc8eMichael Graff# ident "%Z%%M% %I% %E% SMI"
64bed6c54393c2d213db83e9b171fb7c318cfc8eMichael GraffCOMMONM4FILES= m4/version.m4 m4/cf.m4 m4/cfhead.m4 m4/proto.m4 \
64bed6c54393c2d213db83e9b171fb7c318cfc8eMichael Graff ostype/solaris8.m4 domain/solaris-generic.m4 \
64bed6c54393c2d213db83e9b171fb7c318cfc8eMichael Graff $(ROOTETCMAILCF)/feature/accept_unqualified_senders.m4 \
64bed6c54393c2d213db83e9b171fb7c318cfc8eMichael Graff $(ROOTETCMAILCF)/feature/accept_unresolvable_domains.m4 \
64bed6c54393c2d213db83e9b171fb7c318cfc8eMichael Graff $(ROOTETCMAILCF)/feature/blacklist_recipients.m4 \
ab023a65562e62b85a824509d829b6fad87e00b1Rob Austein $(ROOTETCMAILCF)/feature/generics_entire_domain.m4 \
ab023a65562e62b85a824509d829b6fad87e00b1Rob Austein $(ROOTETCMAILCF)/feature/limited_masquerade.m4 \
ab023a65562e62b85a824509d829b6fad87e00b1Rob Austein $(ROOTETCMAILCF)/feature/local_no_masquerade.m4 \
ab023a65562e62b85a824509d829b6fad87e00b1Rob Austein $(ROOTETCMAILCF)/feature/masquerade_entire_domain.m4 \
668728fed845b9db9c1423946df03d5fc69f4eeeBrian Wellington $(ROOTETCMAILCF)/feature/masquerade_envelope.m4 \
d736db6dc53e615e3f2d66d1ddbe28473694d107Michael Graff $(ROOTETCMAILCF)/feature/preserve_local_plus_detail.m4 \
d736db6dc53e615e3f2d66d1ddbe28473694d107Michael Graff $(ROOTETCMAILCF)/feature/preserve_luser_host.m4 \
64bed6c54393c2d213db83e9b171fb7c318cfc8eMichael Graff $(ROOTETCMAILCF)/feature/promiscuous_relay.m4 \
64bed6c54393c2d213db83e9b171fb7c318cfc8eMichael Graff $(ROOTETCMAILCF)/feature/relay_based_on_MX.m4 \
d736db6dc53e615e3f2d66d1ddbe28473694d107Michael Graff $(ROOTETCMAILCF)/feature/relay_entire_domain.m4 \
d736db6dc53e615e3f2d66d1ddbe28473694d107Michael Graff $(ROOTETCMAILCF)/feature/relay_hosts_only.m4 \
64bed6c54393c2d213db83e9b171fb7c318cfc8eMichael Graff $(ROOTETCMAILCF)/feature/relay_local_from.m4 \
ab023a65562e62b85a824509d829b6fad87e00b1Rob Austein $(ROOTETCMAILCF)/feature/virtuser_entire_domain.m4 \
64bed6c54393c2d213db83e9b171fb7c318cfc8eMichael Graff cd cf; pwd; $(M4) $(M4FLAGS) ../m4/cf.m4 $(<F) > $(@F)
ab023a65562e62b85a824509d829b6fad87e00b1Rob Austeininstall: all $(ROOTETCMAILFILES) $(BUILDPARTS) $(SCRIPTS) .WAIT links
57cd0c8166f0e350a21a600eb27e600a7f2c9c7fMichael Graff $(SYMLINK) ../../../../usr/sbin/check-hostname $(ROOTETCMAILCF)/sh/check-hostname
668728fed845b9db9c1423946df03d5fc69f4eeeBrian Wellington $(SYMLINK) ../../../../usr/sbin/check-permissions $(ROOTETCMAILCF)/sh/check-permissions
668728fed845b9db9c1423946df03d5fc69f4eeeBrian Wellington $(SYMLINK) sendmail.cf $(ROOTETCMAIL)/subsidiary.cf
668728fed845b9db9c1423946df03d5fc69f4eeeBrian Wellington $(SYMLINK) sendmail.cf $(ROOTETCMAILCF)/cf/main.cf
668728fed845b9db9c1423946df03d5fc69f4eeeBrian Wellington $(SYMLINK) sendmail.mc $(ROOTETCMAILCF)/cf/main.mc
668728fed845b9db9c1423946df03d5fc69f4eeeBrian Wellington $(SYMLINK) sendmail.cf $(ROOTETCMAILCF)/cf/subsidiary.cf