aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/stallion
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2001-03-26 14:42:20 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2001-03-26 14:42:20 +0000
commit345e52e74228df732bb0c9732aca0fc0404c360d (patch)
treeaf350d25e2ec9e4d642eb03ff7d075eeb0aaa193 /usr.sbin/stallion
parent0a5779d45bf5cbb474e004524b8788e796db914c (diff)
Notes
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 96ecf75cde818..759962a330885 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 328bb74b07b0d..7302b0f2f4391 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 c708b04f7339f..1902900e17b59 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}