summaryrefslogtreecommitdiff
path: root/usr.sbin/rpcbind
diff options
context:
space:
mode:
authorEnji Cooper <ngie@FreeBSD.org>2017-04-19 20:45:46 +0000
committerEnji Cooper <ngie@FreeBSD.org>2017-04-19 20:45:46 +0000
commit609b7b269d7146662990e390ab542ed383be1ac5 (patch)
tree9d972b05aadc7364290003231cb23848074aa036 /usr.sbin/rpcbind
parent3cf7801299f490af8e3de0196ff4bd346ac29e92 (diff)
downloadsrc-test2-609b7b269d7146662990e390ab542ed383be1ac5.tar.gz
src-test2-609b7b269d7146662990e390ab542ed383be1ac5.zip
Notes
Diffstat (limited to 'usr.sbin/rpcbind')
-rw-r--r--usr.sbin/rpcbind/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/usr.sbin/rpcbind/Makefile b/usr.sbin/rpcbind/Makefile
index 0efb665b2a98..57907d3be871 100644
--- a/usr.sbin/rpcbind/Makefile
+++ b/usr.sbin/rpcbind/Makefile
@@ -14,6 +14,10 @@ CFLAGS+= -DPORTMAP
CFLAGS+= -DINET6
.endif
+.if ${MK_RPCBIND_WARMSTART_SUPPORT} != "no"
+CFLAGS+= -DWARMSTART
+.endif
+
.if ${MK_TCP_WRAPPERS} != "no"
CFLAGS+= -DLIBWRAP
LIBADD+= wrap