aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/stallion
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2001-02-19 16:01:05 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2001-02-19 16:01:05 +0000
commit0ca9484af4fa80b95c17506b537a6aeb6b5ee7f9 (patch)
tree176d842b15be326a8048a5892732f37db73f0fa4 /usr.sbin/stallion
parent6d256eaa6eba5fd847a307dfaa7e3553555e2580 (diff)
Install manpages into machine-specific (i386) subdir.
Notes
Notes: svn path=/head/; revision=72702
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 e9a7143c3486..96ecf75cde81 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 ece45d380e2f..9b22fa485b11 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 fdbce14b6b4e..7d0c73b2c071 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