aboutsummaryrefslogtreecommitdiff
path: root/sbin/routed
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2001-03-20 18:13:31 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2001-03-20 18:13:31 +0000
commitfe655281c5aaa0c4feb637ba0199f869ba84a78b (patch)
treeec6d9a3298f43e6216117f9bd115130df43bf52a /sbin/routed
parent6817e978cfb63ed11372fa169dc49f0b0b2d7bd1 (diff)
Notes
Diffstat (limited to 'sbin/routed')
-rw-r--r--sbin/routed/Makefile1
-rw-r--r--sbin/routed/rtquery/Makefile1
2 files changed, 0 insertions, 2 deletions
diff --git a/sbin/routed/Makefile b/sbin/routed/Makefile
index 5ca5f196aa1a..77588059737b 100644
--- a/sbin/routed/Makefile
+++ b/sbin/routed/Makefile
@@ -4,7 +4,6 @@
PROG= routed
SRCS= if.c input.c main.c output.c parms.c radix.c rdisc.c table.c trace.c
-MAN8= routed.8
SUBDIR= rtquery
LDADD+= -lmd
DPADD+= ${LIBMD}
diff --git a/sbin/routed/rtquery/Makefile b/sbin/routed/rtquery/Makefile
index 3e8049dd6273..321b9957eb8c 100644
--- a/sbin/routed/rtquery/Makefile
+++ b/sbin/routed/rtquery/Makefile
@@ -3,7 +3,6 @@
# $FreeBSD$
PROG= rtquery
-MAN8= rtquery.8
LDADD+= -lmd
DPADD+= ${LIBMD}
#COPTS= -g -DDEBUG -W -Wall -Wcast-align -Wcast-qual -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wunused