summaryrefslogtreecommitdiff
path: root/sbin/routed/Makefile
diff options
context:
space:
mode:
authorJun-ichiro itojun Hagino <itojun@cvs.openbsd.org>2004-04-25 16:17:05 +0000
committerJun-ichiro itojun Hagino <itojun@cvs.openbsd.org>2004-04-25 16:17:05 +0000
commit5f871d1c97e82c8f4379756c89107e74357708b1 (patch)
treed7af2a71ffda897dc3cf34a62cf1ce9d7a4e0282 /sbin/routed/Makefile
parent9c7c3ed77e016ad9de406d897d85c16505424d9d (diff)
have a localcopy of radix.c here
Diffstat (limited to 'sbin/routed/Makefile')
-rw-r--r--sbin/routed/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/sbin/routed/Makefile b/sbin/routed/Makefile
index d787cf2d852..e35d864aa0c 100644
--- a/sbin/routed/Makefile
+++ b/sbin/routed/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.13 2004/04/25 15:50:35 markus Exp $
+# $OpenBSD: Makefile,v 1.14 2004/04/25 16:17:04 itojun Exp $
PROG= routed
SRCS= if.c input.c main.c output.c parms.c radix.c rdisc.c table.c trace.c
@@ -11,6 +11,4 @@ SUBDIR= rtquery
#CFLAGS+=-DPERMIT_TRACE
CFLAGS+=-DSMALL_KERNEL
-.PATH: ${.CURDIR}/../../sys/net
-
.include <bsd.prog.mk>