Revert accidently committed enabling WARMSTART.

This commit is contained in:
ginsbach 2017-08-17 00:06:00 +00:00
parent 5f912a847a
commit 16400a904e
1 changed files with 1 additions and 2 deletions

View File

@ -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> .include <bsd.own.mk>
@ -21,7 +21,6 @@ CPPFLAGS+= -DINET6
# Uncomment these to get any useful output from 'rpcbind -d' # Uncomment these to get any useful output from 'rpcbind -d'
# CPPFLAGS+= -DRPCBIND_DEBUG # CPPFLAGS+= -DRPCBIND_DEBUG
# CPPFLAGS+= -DSVC_RUN_DEBUG # CPPFLAGS+= -DSVC_RUN_DEBUG
CPPFLAGS+= -DWARMSTART
LDADD+= -lwrap -lutil LDADD+= -lwrap -lutil
DPADD+= ${LIBWRAP} ${LIBUTIL} DPADD+= ${LIBWRAP} ${LIBUTIL}