diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2004-12-21 10:49:29 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2004-12-21 10:49:29 +0000 |
| commit | 731db6a428d2389caf3795ff50f1895f04b80899 (patch) | |
| tree | 89a40f7c173c6b1d806a55aabbfb302e1bef918c /libexec | |
| parent | 39a855c2a172e19ec53d22a94f308bbf259dfcf7 (diff) | |
Notes
Diffstat (limited to 'libexec')
| -rw-r--r-- | libexec/tcpd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/tcpd/Makefile b/libexec/tcpd/Makefile index 9e0e7ef4819d..e9ae81a3d191 100644 --- a/libexec/tcpd/Makefile +++ b/libexec/tcpd/Makefile @@ -7,7 +7,7 @@ CFLAGS+=-DREAL_DAEMON_DIR=\"/usr/libexec\" \ -DSEVERITY=LOG_INFO -DRFC931_TIMEOUT=10 \ -DHOSTS_DENY=\"/etc/hosts.deny\" -DHOSTS_ALLOW=\"/etc/hosts.allow\" \ -DFACILITY=LOG_DAEMON -.if !defined(NOINET6) +.if !defined(NO_INET6) CFLAGS+=-DINET6 .endif |
