summaryrefslogtreecommitdiffstats
path: root/usr.sbin/stallion
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2001-02-19 16:01:05 +0000
committerru <ru@FreeBSD.org>2001-02-19 16:01:05 +0000
commit046382ade5849831ef4207966289de389b86a0ee (patch)
tree7cb8992b921446bf07a01dbbd9aef28cbfcee55e /usr.sbin/stallion
parent4cbf75ec11f58a37f3b9f1fdd3816a3ba5abb86b (diff)
downloadFreeBSD-src-046382ade5849831ef4207966289de389b86a0ee.zip
FreeBSD-src-046382ade5849831ef4207966289de389b86a0ee.tar.gz
Install manpages into machine-specific (i386) subdir.
Diffstat (limited to 'usr.sbin/stallion')
-rw-r--r--usr.sbin/stallion/bootcode/Makefile1
-rw-r--r--usr.sbin/stallion/stlload/Makefile1
-rw-r--r--usr.sbin/stallion/stlstats/Makefile1
3 files changed, 3 insertions, 0 deletions
diff --git a/usr.sbin/stallion/bootcode/Makefile b/usr.sbin/stallion/bootcode/Makefile
index e9a7143..96ecf75 100644
--- a/usr.sbin/stallion/bootcode/Makefile
+++ b/usr.sbin/stallion/bootcode/Makefile
@@ -10,6 +10,7 @@ CLEANFILES= ${FILES}
MAN4= stl.4
MLINKS= stl.4 stli.4
+MANSUBDIR=/i386
all: $(FILES)
diff --git a/usr.sbin/stallion/stlload/Makefile b/usr.sbin/stallion/stlload/Makefile
index ece45d3..9b22fa4 100644
--- a/usr.sbin/stallion/stlload/Makefile
+++ b/usr.sbin/stallion/stlload/Makefile
@@ -2,6 +2,7 @@
PROG= stlload
MAN8= stlload.8
+MANSUBDIR=/i386
CFLAGS+=-DBOOTDIR=\"${BOOTDIR}\"
diff --git a/usr.sbin/stallion/stlstats/Makefile b/usr.sbin/stallion/stlstats/Makefile
index fdbce14..7d0c73b 100644
--- a/usr.sbin/stallion/stlstats/Makefile
+++ b/usr.sbin/stallion/stlstats/Makefile
@@ -2,6 +2,7 @@
PROG= stlstats
MAN8= stlstats.8
+MANSUBDIR=/i386
DPADD= ${LIBNCURSES}
LDADD= -lncurses
OpenPOWER on IntegriCloud