diff options
author | markm <markm@FreeBSD.org> | 2003-07-24 19:58:56 +0000 |
---|---|---|
committer | markm <markm@FreeBSD.org> | 2003-07-24 19:58:56 +0000 |
commit | bb00e849b78e41f3e0613e2a283a9fbf6a1a8b46 (patch) | |
tree | b889919b59db4db4f67a26b9b29a46b25d101520 /usr.sbin | |
parent | 2bd4af64134220c78eff7513e4f97a10dbd51721 (diff) | |
download | FreeBSD-src-bb00e849b78e41f3e0613e2a283a9fbf6a1a8b46.zip FreeBSD-src-bb00e849b78e41f3e0613e2a283a9fbf6a1a8b46.tar.gz |
Turn on the extended syntax, which TCP_wrappers has by default, as
distributed.
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/tcpdchk/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/tcpdchk/Makefile b/usr.sbin/tcpdchk/Makefile index acef18c..57938e1 100644 --- a/usr.sbin/tcpdchk/Makefile +++ b/usr.sbin/tcpdchk/Makefile @@ -7,7 +7,7 @@ MAN= tcpdchk.8 SRCS= tcpdchk.c fakelog.c inetcf.c scaffold.c CFLAGS+=-DREAL_DAEMON_DIR=\"/usr/libexec\" \ - -DSEVERITY=LOG_INFO -DRFC931_TIMEOUT=10 \ + -DSEVERITY=LOG_INFO -DRFC931_TIMEOUT=10 -DPROCESS_OPTIONS \ -DHOSTS_DENY=\"/etc/hosts.deny\" -DHOSTS_ALLOW=\"/etc/hosts.allow\" .if !defined(NOINET6) CFLAGS+=-DINET6 |