diff options
author | jkh <jkh@FreeBSD.org> | 1997-10-05 12:31:08 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1997-10-05 12:31:08 +0000 |
commit | 2c3516e03226f1fce6fde611990de90beca8a969 (patch) | |
tree | 38f23e9d4f221ca7a574065e249146e57d1b13c8 /usr.sbin/sendmail | |
parent | 51accfca57f08319279ca2b6afbbb8c31099792b (diff) | |
download | FreeBSD-src-2c3516e03226f1fce6fde611990de90beca8a969.zip FreeBSD-src-2c3516e03226f1fce6fde611990de90beca8a969.tar.gz |
DOH! I cannot believe that none of us caught this. Do *not*
turn TCPWRAPPER support on by default, eh? :-)
Diffstat (limited to 'usr.sbin/sendmail')
-rw-r--r-- | usr.sbin/sendmail/src/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/sendmail/src/Makefile b/usr.sbin/sendmail/src/Makefile index ed8dbc6..fa51a76 100644 --- a/usr.sbin/sendmail/src/Makefile +++ b/usr.sbin/sendmail/src/Makefile @@ -22,8 +22,8 @@ DBMDEF= -DNEWDB NIS= -DNIS # If you want tcp wrapper support, uncomment the following two lines -TCPWRAPPERSBASEDIR= /usr/local -TCPWRAPPERS= -DTCPWRAPPERS -I${TCPWRAPPERSBASEDIR}/include +#TCPWRAPPERSBASEDIR= /usr/local +#TCPWRAPPERS= -DTCPWRAPPERS -I${TCPWRAPPERSBASEDIR}/include CFLAGS+=-I${.CURDIR} ${DBMDEF} ${NIS} ${TCPWRAPPERS} #-DNETISO |