summaryrefslogtreecommitdiff
path: root/sbin/routed/Makefile
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1996-09-06 13:05:53 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1996-09-06 13:05:53 +0000
commit74326d93e184aef393f697aa65a0de6fba71f9bf (patch)
treee7b5ca44ca50d94d1a1c8bb7eef1486f9875a1f5 /sbin/routed/Makefile
parent120386355a7d6faf34a0cfcc63863da6318e0fb6 (diff)
turn logging off again, it is still unsafe
Diffstat (limited to 'sbin/routed/Makefile')
-rw-r--r--sbin/routed/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/sbin/routed/Makefile b/sbin/routed/Makefile
index 35ebc319e4b..137c08c6c00 100644
--- a/sbin/routed/Makefile
+++ b/sbin/routed/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.4 1996/09/05 14:31:10 mickey Exp $
+# $OpenBSD: Makefile,v 1.5 1996/09/06 13:05:51 deraadt Exp $
# @(#)Makefile 8.1 (Berkeley) 6/19/93
PROG= routed
@@ -10,6 +10,9 @@ SUBDIR= rtquery
DPADD= ${LIBCOMPAT}
LDADD= -lcompat
+# Do *NOT* turn this flag on unless you like security holes
+#CFLAGS+=-DPERMIT_TRACE
+
.PATH: ${.CURDIR}/../../sys/net
.include <bsd.prog.mk>