Thu Aug 17 00:06:00 2017 UTC ()
Revert accidently committed enabling WARMSTART.


(ginsbach)
diff -r1.13 -r1.14 src/usr.sbin/rpcbind/Makefile

cvs diff -r1.13 -r1.14 src/usr.sbin/rpcbind/Makefile (expand / switch to context diff)
--- src/usr.sbin/rpcbind/Makefile 2017/08/16 23:38:16 1.13
+++ src/usr.sbin/rpcbind/Makefile 2017/08/17 00:06:00 1.14
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.13 2017/08/16 23:38:16 ginsbach Exp $
+#	$NetBSD: Makefile,v 1.14 2017/08/17 00:06:00 ginsbach Exp $
 
 .include <bsd.own.mk>
 
@@ -21,7 +21,6 @@
 # Uncomment these to get any useful output from 'rpcbind -d'
 # CPPFLAGS+=	-DRPCBIND_DEBUG
 # CPPFLAGS+=	-DSVC_RUN_DEBUG
-CPPFLAGS+= -DWARMSTART
 
 LDADD+= -lwrap -lutil
 DPADD+= ${LIBWRAP} ${LIBUTIL}