head	1.2;
access;
symbols
	RELENG_3_5_0_RELEASE:1.1.1.2.2.1
	RELENG_3_4_0_RELEASE:1.1.1.2.2.1
	RELENG_3_3_0_RELEASE:1.1.1.2.2.1
	RELENG_3_2_0_RELEASE:1.1.1.2.2.1
	RELENG_3_1_0_RELEASE: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	99.02.07.09.45.11;	author peter;	state dead;
branches;
next	1.1;

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

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

1.1.1.2
date	99.01.12.12.24.50;	author peter;	state Exp;
branches
	1.1.1.2.2.1;
next	1.1.1.3;

1.1.1.3
date	2002.04.20.19.49.58;	author gshapiro;	state dead;
branches;
next	;

1.1.1.2.2.1
date	99.04.07.09.29.26;	author peter;	state dead;
branches;
next	;


desc
@@


1.2
log
@Remove the standalone buildtools stuff, we don't use it here and it
clutters things up.  (Suggested by wollman)
@
text
@#	@@(#)LUNA	8.8	(Berkeley)	3/12/98
define(`confBEFORE', `dirent.h stddef.h stdlib.h unistd.h limits.h time.h sys/time.h')
define(`confMAPDEF', `-DNDBM')
define(`confMBINDIR', `/usr/lib')
define(`confSBINDIR', `/usr/etc')
define(`confUBINDIR', `/usr/ucb')
define(`confEBINDIR', `/usr/lib')
define(`confSTDIR', `/usr/lib')
define(`confHFDIR', `/usr/lib')
PUSHDIVERT(3)
dirent.h:
	echo "#include <sys/dir.h>" > dirent.h
	echo "#define dirent    direct" >> dirent.h

stddef.h unistd.h limits.h:
	if [ -f /usr/include/$@@ ]; then \
		ln -s /usr/include/$@@ .; \
	else \
		cp /dev/null $@@; \
	fi

stdlib.h:
	if [ -f /usr/include/stdlib.h ]; then \
		ln -s /usr/include/stdlib.h .; \
	else \
		if [ -f /usr/include/libc.h ]; then \
			ln -s /usr/include/libc.h stdlib.h; \
		else \
			cp /dev/null stdlib.h; \
		fi; \
	fi

# just for UNIOS-B
time.h:
	echo "#ifndef _LOCAL_TIME_H_" > time.h
	echo "#define _LOCAL_TIME_H_" >> time.h
	cat /usr/include/time.h >> time.h
	echo "#endif" >> time.h

sys/time.h:
	-mkdir sys
	echo "#ifndef _LOCAL_SYS_TIME_H_" > sys/time.h
	echo "#define _LOCAL_SYS_TIME_H_" >> sys/time.h
	cat /usr/include/sys/time.h >> sys/time.h
	echo "#endif" >> sys/time.h
POPDIVERT
@


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
@d1 1
a1 1
#	@@(#)LUNA	8.8	(Berkeley)	3/12/1998
@


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


1.1.1.2.2.1
log
@MFC: Upgrade sendmail from patched 8.9.2 to proper 8.9.3
@
text
@@


