diff options
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 |