summaryrefslogtreecommitdiff
path: root/sbin/routed/Makefile
diff options
context:
space:
mode:
authorMarkus Friedl <markus@cvs.openbsd.org>2004-04-25 15:50:36 +0000
committerMarkus Friedl <markus@cvs.openbsd.org>2004-04-25 15:50:36 +0000
commit3dd82480be3e4d5e7670686a9a71c1f2d4e3c470 (patch)
tree1eb642b5c7fdca1f06be77c1397a2e2351ed946b /sbin/routed/Makefile
parentfdcb18a6ba06efdca06c7fec17baeb3279d610dd (diff)
unbreak tree
Diffstat (limited to 'sbin/routed/Makefile')
-rw-r--r--sbin/routed/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sbin/routed/Makefile b/sbin/routed/Makefile
index 8f9d3eb1d56..d787cf2d852 100644
--- a/sbin/routed/Makefile
+++ b/sbin/routed/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.12 2003/05/09 00:07:09 millert Exp $
+# $OpenBSD: Makefile,v 1.13 2004/04/25 15:50:35 markus Exp $
PROG= routed
SRCS= if.c input.c main.c output.c parms.c radix.c rdisc.c table.c trace.c
@@ -9,6 +9,7 @@ SUBDIR= rtquery
# Do *NOT* turn this flag on unless you like security holes
#CFLAGS+=-DPERMIT_TRACE
+CFLAGS+=-DSMALL_KERNEL
.PATH: ${.CURDIR}/../../sys/net