diff options
author | obrien <obrien@FreeBSD.org> | 2003-06-02 02:35:58 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2003-06-02 02:35:58 +0000 |
commit | e6934e172effd643511edd39993accbab2773b05 (patch) | |
tree | e7a24b1ddbef15b952fcefd817871a32b7d6505b /libexec/tcpd | |
parent | 60184b4b7e2362ddeda58c1bd311008bad172db5 (diff) | |
download | FreeBSD-src-e6934e172effd643511edd39993accbab2773b05.zip FreeBSD-src-e6934e172effd643511edd39993accbab2773b05.tar.gz |
Best we can do with this is c89.
Diffstat (limited to 'libexec/tcpd')
-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 74c6891..c912561 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\" \ |