summaryrefslogtreecommitdiffstats
path: root/sbin/hastd/Makefile
diff options
context:
space:
mode:
authorpjd <pjd@FreeBSD.org>2011-03-22 16:21:11 +0000
committerpjd <pjd@FreeBSD.org>2011-03-22 16:21:11 +0000
commitb5016a737cf61fc43552fd2781ebcf34ca1d219e (patch)
tree82e6bece52247000a0b886a2ba5d2eec96290fbf /sbin/hastd/Makefile
parent8b14a81753f2f02e1784a308eb55adf2e7905247 (diff)
downloadFreeBSD-src-b5016a737cf61fc43552fd2781ebcf34ca1d219e.zip
FreeBSD-src-b5016a737cf61fc43552fd2781ebcf34ca1d219e.tar.gz
The proto API is a general purpose API, so don't use 'hast' in structures or
function names. It can now be used outside of HAST. MFC after: 1 week
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 1b55982..e6aff07 100644
--- a/sbin/hastd/Makefile
+++ b/sbin/hastd/Makefile
@@ -20,6 +20,7 @@ SRCS+= y.tab.h
MAN= hastd.8 hast.conf.5
NO_WFORMAT=
+CFLAGS+=-DPROTO_TCP4_DEFAULT_PORT=8457
CFLAGS+=-I${.CURDIR}
CFLAGS+=-DINET
.if ${MK_INET6_SUPPORT} != "no"
OpenPOWER on IntegriCloud