diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1997-10-05 12:31:08 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1997-10-05 12:31:08 +0000 |
| commit | cf68251b3a8cfe81ea8d3a0c30a2135f02fad112 (patch) | |
| tree | 6f119da6e2ad434c233fcedaed5aa487560b6f91 | |
| parent | 3c8c154acedec3b6815c42b4d9fb9b051e2ffa7d (diff) | |
Notes
| -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 ed8dbc6ed197..fa51a768bb96 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 |
