diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-05-13 15:59:34 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-05-13 15:59:34 +0000 |
commit | e75d648fe3ce72c9c354aeff44a2b7ad5ae6445e (patch) | |
tree | fe64acbd2661e351ce2340e86854ad358e4ad688 /sbin/routed/Makefile | |
parent | b3b7b3d8f22899a1cee6ba56a850777aad8b8ed9 (diff) |
do not allow network-induced tracing
Diffstat (limited to 'sbin/routed/Makefile')
-rw-r--r-- | sbin/routed/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sbin/routed/Makefile b/sbin/routed/Makefile index 4420b69f434..2ffb27523e3 100644 --- a/sbin/routed/Makefile +++ b/sbin/routed/Makefile @@ -1,6 +1,9 @@ # $NetBSD: Makefile,v 1.14 1995/06/20 22:25:51 christos Exp $ # @(#)Makefile 8.1 (Berkeley) 6/19/93 +# disable an undesirable feature +#CFLAGS=-DTRACING + PROG= routed SRCS= af.c if.c input.c main.c output.c startup.c tables.c timer.c \ trace.c inet.c |