summaryrefslogtreecommitdiffstats
path: root/sbin/hastd/Makefile
diff options
context:
space:
mode:
authorpjd <pjd@FreeBSD.org>2011-03-07 10:38:18 +0000
committerpjd <pjd@FreeBSD.org>2011-03-07 10:38:18 +0000
commit76c47e936ba76108f5c9de55dc5c108264be0a3e (patch)
treeeff79e52e39056b898c7ca3f57a73abe6ef739ca /sbin/hastd/Makefile
parentc22d549a366f24694675b1e30c79ba1beea2ae36 (diff)
downloadFreeBSD-src-76c47e936ba76108f5c9de55dc5c108264be0a3e.zip
FreeBSD-src-76c47e936ba76108f5c9de55dc5c108264be0a3e.tar.gz
- Turn on printf extentions.
- Load support for %T for pritning time. - Add support for %N for printing number in human readable form. - Add support for %S for printing sockaddr structure (currently only AF_INET family is supported, as this is all we need in HAST). - Disable gcc compile-time format checking as this will no longer work. MFC after: 2 weeks
Diffstat (limited to 'sbin/hastd/Makefile')
-rw-r--r--sbin/hastd/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sbin/hastd/Makefile b/sbin/hastd/Makefile
index 8172c26..1b55982 100644
--- a/sbin/hastd/Makefile
+++ b/sbin/hastd/Makefile
@@ -19,6 +19,7 @@ SRCS+= token.l
SRCS+= y.tab.h
MAN= hastd.8 hast.conf.5
+NO_WFORMAT=
CFLAGS+=-I${.CURDIR}
CFLAGS+=-DINET
.if ${MK_INET6_SUPPORT} != "no"
OpenPOWER on IntegriCloud