diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1997-10-05 09:40:24 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1997-10-05 09:40:24 +0000 |
| commit | 97fe7f477fc469b6a75596f47dc98a08e4ed3e13 (patch) | |
| tree | 55baa49e3efb3c9fd481116b6e7a5d7232c58445 /usr.sbin/sendmail | |
| parent | c63ba9f5ae735a804cb29cef14222f9fb1958922 (diff) | |
Notes
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 fa51a768bb96..ed8dbc6ed197 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 |
