Module Name: src
Committed By: christos
Date: Sun Apr 1 23:00:40 UTC 2018
Modified Files:
src/usr.sbin/racoon: Makefile
Log Message:
add commented out debugging options.
To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 src/usr.sbin/racoon/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/racoon/Makefile
diff -u src/usr.sbin/racoon/Makefile:1.34 src/usr.sbin/racoon/Makefile:1.35
--- src/usr.sbin/racoon/Makefile:1.34 Sat Feb 24 19:16:49 2018
+++ src/usr.sbin/racoon/Makefile Sun Apr 1 19:00:40 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2018/02/25 00:16:49 mrg Exp $
+# $NetBSD: Makefile,v 1.35 2018/04/01 23:00:40 christos Exp $
WARNS?= 0 # XXX third-party program, many issues
NOCLANGERROR= # defined
@@ -61,6 +61,12 @@ CPPFLAGS+=-DINET6
LDADD+= -lcrypto -lcrypt
DPADD+= ${LIBIPSEC} ${LIBCRYPT}
+#CPPFLAGS+= -DDEBUG_RECORD_MALLOCATION
+#SRCS+= debugrm.c
+
+#CFLAGS+=-fsanitize=address
+#LDFLAGS+=-fsanitize=address
+
.PATH: ${NETBSDSRCDIR}/lib/libipsec ${DIST}/src/racoon
prsa_tok.c: ${DIST}/src/racoon/prsa_tok.l