summaryrefslogtreecommitdiffstats
path: root/usr.sbin/stallion
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2001-03-26 14:42:20 +0000
committerru <ru@FreeBSD.org>2001-03-26 14:42:20 +0000
commitafd506414eebce28d614a4695ce243499d0139bc (patch)
treeb29637fd9b9c344d57309d43ffa65d787ea31dff /usr.sbin/stallion
parent86642a4ab498a232761f0dcb1ca83f06fc0d5a40 (diff)
downloadFreeBSD-src-afd506414eebce28d614a4695ce243499d0139bc.zip
FreeBSD-src-afd506414eebce28d614a4695ce243499d0139bc.tar.gz
- Backout botched attempt to introduce MANSECT feature.
- MAN[1-9] -> MAN.
Diffstat (limited to 'usr.sbin/stallion')
-rw-r--r--usr.sbin/stallion/bootcode/Makefile2
-rw-r--r--usr.sbin/stallion/stlload/Makefile1
-rw-r--r--usr.sbin/stallion/stlstats/Makefile1
3 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/stallion/bootcode/Makefile b/usr.sbin/stallion/bootcode/Makefile
index 96ecf75..759962a 100644
--- a/usr.sbin/stallion/bootcode/Makefile
+++ b/usr.sbin/stallion/bootcode/Makefile
@@ -8,7 +8,7 @@
FILES= 2681.sys cdk.sys
CLEANFILES= ${FILES}
-MAN4= stl.4
+MAN= stl.4
MLINKS= stl.4 stli.4
MANSUBDIR=/i386
diff --git a/usr.sbin/stallion/stlload/Makefile b/usr.sbin/stallion/stlload/Makefile
index 328bb74..7302b0f 100644
--- a/usr.sbin/stallion/stlload/Makefile
+++ b/usr.sbin/stallion/stlload/Makefile
@@ -1,6 +1,7 @@
# $FreeBSD$
PROG= stlload
+MAN= stlload.8
MANSUBDIR=/i386
CFLAGS+=-DBOOTDIR=\"${BOOTDIR}\"
diff --git a/usr.sbin/stallion/stlstats/Makefile b/usr.sbin/stallion/stlstats/Makefile
index c708b04..1902900 100644
--- a/usr.sbin/stallion/stlstats/Makefile
+++ b/usr.sbin/stallion/stlstats/Makefile
@@ -1,6 +1,7 @@
# $FreeBSD$
PROG= stlstats
+MAN= stlstats.8
MANSUBDIR=/i386
DPADD= ${LIBNCURSES}
OpenPOWER on IntegriCloud