Module Name: src
Committed By: ginsbach
Date: Thu Aug 17 00:06:00 UTC 2017
Modified Files:
src/usr.sbin/rpcbind: Makefile
Log Message:
Revert accidently committed enabling WARMSTART.
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/usr.sbin/rpcbind/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.sbin/rpcbind/Makefile
diff -u src/usr.sbin/rpcbind/Makefile:1.13 src/usr.sbin/rpcbind/Makefile:1.14
--- src/usr.sbin/rpcbind/Makefile:1.13 Wed Aug 16 23:38:16 2017
+++ src/usr.sbin/rpcbind/Makefile Thu Aug 17 00:06:00 2017
@@ -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 @@ CPPFLAGS+= -DINET6
# 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}