head	1.2;
access;
symbols
	RELENG_4_11_0_RELEASE:1.1.1.2.6.2
	RELENG_4_11:1.1.1.2.6.2.0.18
	RELENG_4_11_BP:1.1.1.2.6.2
	RELENG_4_10_0_RELEASE:1.1.1.2.6.2
	RELENG_4_10:1.1.1.2.6.2.0.16
	RELENG_4_10_BP:1.1.1.2.6.2
	RELENG_4_9_0_RELEASE:1.1.1.2.6.2
	RELENG_4_9:1.1.1.2.6.2.0.14
	RELENG_4_9_BP:1.1.1.2.6.2
	RELENG_4_8_0_RELEASE:1.1.1.2.6.2
	RELENG_4_8:1.1.1.2.6.2.0.12
	RELENG_4_8_BP:1.1.1.2.6.2
	RELENG_4_7_0_RELEASE:1.1.1.2.6.2
	RELENG_4_7:1.1.1.2.6.2.0.10
	RELENG_4_7_BP:1.1.1.2.6.2
	RELENG_4_6_2_RELEASE:1.1.1.2.6.2
	RELENG_4_6_1_RELEASE:1.1.1.2.6.2
	RELENG_4_6_0_RELEASE:1.1.1.2.6.2
	RELENG_4_6:1.1.1.2.6.2.0.8
	RELENG_4_6_BP:1.1.1.2.6.2
	RELENG_4_5_0_RELEASE:1.1.1.2.6.2
	RELENG_4_5:1.1.1.2.6.2.0.6
	RELENG_4_5_BP:1.1.1.2.6.2
	RELENG_4_4_0_RELEASE:1.1.1.2.6.2
	RELENG_4_4:1.1.1.2.6.2.0.4
	RELENG_4_4_BP:1.1.1.2.6.2
	RELENG_4_3_0_RELEASE:1.1.1.2.6.2
	RELENG_4_3:1.1.1.2.6.2.0.2
	RELENG_4_3_BP:1.1.1.2.6.2
	RELENG_4_2_0_RELEASE:1.1.1.2.6.2
	RELENG_4_1_1_RELEASE:1.1.1.2.6.1
	PRE_SMPNG:1.1.1.3
	v8_11_0:1.1.1.3
	RELENG_4_1_0_RELEASE:1.1.1.2
	RELENG_3_5_0_RELEASE:1.1.1.2
	RELENG_4_0_0_RELEASE:1.1.1.2
	RELENG_4:1.1.1.2.0.6
	RELENG_4_BP:1.1.1.2
	RELENG_3_4_0_RELEASE:1.1.1.2
	RELENG_3_3_0_RELEASE:1.1.1.2
	RELENG_3_2_PAO:1.1.1.2.0.4
	RELENG_3_2_PAO_BP:1.1.1.2
	RELENG_3_2_0_RELEASE:1.1.1.2
	RELENG_3_1_0_RELEASE:1.1.1.2
	v8_9_3:1.1.1.2
	v8_9_2_header:1.1.1.2
	RELENG_3:1.1.1.2.0.2
	RELENG_3_BP:1.1.1.2
	v8_9_2:1.1.1.2
	RELENG_3_0_0_RELEASE:1.1.1.1
	v8_9_1:1.1.1.1
	SENDMAIL:1.1.1;
locks; strict;
comment	@# @;


1.2
date	2000.10.01.01.22.43;	author gshapiro;	state dead;
branches;
next	1.1;

1.1
date	98.08.03.05.56.20;	author peter;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	98.08.03.05.56.20;	author peter;	state Exp;
branches;
next	1.1.1.2;

1.1.1.2
date	99.01.12.12.26.17;	author peter;	state Exp;
branches
	1.1.1.2.6.1;
next	1.1.1.3;

1.1.1.3
date	2000.08.12.21.55.36;	author gshapiro;	state Exp;
branches;
next	1.1.1.4;

1.1.1.4
date	2002.04.20.19.50.17;	author gshapiro;	state dead;
branches;
next	;

1.1.1.2.6.1
date	2000.08.27.17.31.00;	author gshapiro;	state Exp;
branches;
next	1.1.1.2.6.2;

1.1.1.2.6.2
date	2000.10.01.01.23.19;	author gshapiro;	state dead;
branches;
next	;


desc
@@


1.2
log
@Remove Build files -- they rely on the devtools system which isn't imported
(or used)
@
text
@#!/bin/sh

# Copyright (c) 1998 Sendmail, Inc.  All rights reserved.
#
# By using this file, you agree to the terms and conditions set
# forth in the LICENSE file which can be found at the top level of
# the sendmail distribution.
#
#
#       @@(#)Build	8.3 (Berkeley) 5/19/98
#

#
#  A quick-and-dirty script to create cf files.
#

SMROOT=${SMROOT-../..}
BUILDTOOLS=${BUILDTOOLS-$SMROOT/BuildTools}

M4=`sh $BUILDTOOLS/bin/find_m4.sh`
ret=$?
if [ $ret -ne 0 ]
then
	exit $ret
fi
echo "Using M4=$M4"

eval exec ${MAKE-make} M4=$M4 $*
@


1.1
log
@Initial revision
@
text
@@


1.1.1.1
log
@Import sendmail-8.9.1 (slightly trimmed) onto a fresh branch under
src/contrib as per various discussions.  I will copy across our changes
and then point the Makefiles across once the dust has settled..
@
text
@@


1.1.1.2
log
@Import sendmail-8.9.2 onto vendor branch  (update from 8.9.1)

Obtained from: ftp.sendamil.org
@
text
@d10 1
a10 1
#       @@(#)Build	8.3 (Berkeley) 5/19/1998
@


1.1.1.2.6.1
log
@MFC: Import of sendmail 8.11.0.
     Includes: moving /etc/aliases to /etc/mail/aliases, removing outdated
               documentation, and updating freebsd.mc for new syntax.
@
text
@d3 1
a3 2
# Copyright (c) 1998, 1999 Sendmail, Inc. and its suppliers.
#	All rights reserved.
d10 1
a10 1
#       $Id: Build,v 8.7 1999/03/02 02:37:12 peterh Exp $
d18 1
a18 1
BUILDTOOLS=${BUILDTOOLS-$SMROOT/devtools}
@


1.1.1.2.6.2
log
@MFC: Remove Build files -- they rely on the devtools system which isn't
     imported (or used)
@
text
@@


1.1.1.3
log
@Import of sendmail version 8.11.0 into vendor branch SENDMAIL with
release tag v8_11_0.

Obtained from: ftp://ftp.sendmail.org/pub/sendmail/
@
text
@d3 1
a3 2
# Copyright (c) 1998, 1999 Sendmail, Inc. and its suppliers.
#	All rights reserved.
d10 1
a10 1
#       $Id: Build,v 8.7 1999/03/02 02:37:12 peterh Exp $
d18 1
a18 1
BUILDTOOLS=${BUILDTOOLS-$SMROOT/devtools}
@


1.1.1.4
log
@Remove files no longer in vendor release from vendor branch.
@
text
@@


