diff options
author | ru <ru@FreeBSD.org> | 2001-03-26 14:33:27 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-03-26 14:33:27 +0000 |
commit | 86642a4ab498a232761f0dcb1ca83f06fc0d5a40 (patch) | |
tree | 4c55e88911d04809d49725d75147eb7a9f591bbd /sbin/routed | |
parent | 45d92a4319ace58d340a2d927cce946cca698aff (diff) | |
download | FreeBSD-src-86642a4ab498a232761f0dcb1ca83f06fc0d5a40.zip FreeBSD-src-86642a4ab498a232761f0dcb1ca83f06fc0d5a40.tar.gz |
- Backout botched attempt to introduce MANSECT feature.
- MAN[1-9] -> MAN.
Diffstat (limited to 'sbin/routed')
-rw-r--r-- | sbin/routed/Makefile | 1 | ||||
-rw-r--r-- | sbin/routed/rtquery/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/sbin/routed/Makefile b/sbin/routed/Makefile index 7758805..d15df54 100644 --- a/sbin/routed/Makefile +++ b/sbin/routed/Makefile @@ -4,6 +4,7 @@ PROG= routed SRCS= if.c input.c main.c output.c parms.c radix.c rdisc.c table.c trace.c +MAN= routed.8 SUBDIR= rtquery LDADD+= -lmd DPADD+= ${LIBMD} diff --git a/sbin/routed/rtquery/Makefile b/sbin/routed/rtquery/Makefile index 321b995..5021b08 100644 --- a/sbin/routed/rtquery/Makefile +++ b/sbin/routed/rtquery/Makefile @@ -3,6 +3,7 @@ # $FreeBSD$ PROG= rtquery +MAN= rtquery.8 LDADD+= -lmd DPADD+= ${LIBMD} #COPTS= -g -DDEBUG -W -Wall -Wcast-align -Wcast-qual -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wunused |