--- sendmail-8.8.8/src/Makefiles/Makefile.Linux.orig	Sun Jul  6 14:22:57 1997
+++ sendmail-8.8.8/src/Makefiles/Makefile.Linux	Sat Aug  9 03:46:24 1997
@@ -24,7 +24,7 @@
 #
 
 # use O=-O (usual) or O=-g (debugging)
-O=	-O
+O=	-O3
 
 # define the database mechanisms available for map & alias lookups:
 #	-DNDBM -- use new DBM
@@ -36,20 +36,20 @@
 DBMDEF=	-DNEWDB
 
 # environment definitions (e.g., -D_AIX3)
-ENVDEF=
+ENVDEF= -DTCPWRAPPERS
 
 # see also conf.h for additional compilation flags
 
 # include directories
-INCDIRS=-I/usr/local/include
+INCDIRS=
 
 # library directories
-LIBDIRS=-L/usr/local/lib
+LIBDIRS=
 
 # libraries required on your system
 #  you may need to add -lresolv if you've installed BIND on
 #  your system (see the BIND section for linux in src/READ_ME)
-LIBS=	-ldb
+LIBS=	-ldb -lwrap
 
 # location of sendmail binary (usually /usr/sbin or /usr/lib)
 BINDIR=	${DESTDIR}/usr/sbin
@@ -80,8 +80,8 @@
 	${DESTDIR}/usr/bin/hoststat ${DESTDIR}/usr/bin/purgestat
 INSTALL=install
 BINOWN=	root
-BINGRP=	kmem
-BINMODE=4555
+BINGRP=	0
+BINMODE=4711
 
 ALL=	sendmail aliases.0 mailq.0 newaliases.0 sendmail.0