diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2003-06-02 02:35:58 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2003-06-02 02:35:58 +0000 |
| commit | 0c60c0c3bbd0e66bc2f1ff772bca75326987d245 (patch) | |
| tree | e7a24b1ddbef15b952fcefd817871a32b7d6505b /libexec | |
| parent | 3d5f961224d907b1bec552db111546fcb1a659a8 (diff) | |
Notes
Diffstat (limited to 'libexec')
| -rw-r--r-- | libexec/tcpd/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libexec/tcpd/Makefile b/libexec/tcpd/Makefile index 74c689174136..c91256132112 100644 --- a/libexec/tcpd/Makefile +++ b/libexec/tcpd/Makefile @@ -4,6 +4,7 @@ MAINTAINER= markm@FreeBSD.org PROG= tcpd MAN= tcpd.8 +CSTD?= c89 CFLAGS+=-DREAL_DAEMON_DIR=\"/usr/libexec\" \ -DSEVERITY=LOG_INFO -DRFC931_TIMEOUT=10 \ -DHOSTS_DENY=\"/etc/hosts.deny\" -DHOSTS_ALLOW=\"/etc/hosts.allow\" \ |
