diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2001-03-20 18:17:26 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2001-03-20 18:17:26 +0000 |
commit | c73e22c3d47a3cff43c30a39e6aa4692e07316c8 (patch) | |
tree | 4850c8e93ed64ec07d74d3b37deb81f774dba52e /usr.sbin/stallion | |
parent | fe655281c5aaa0c4feb637ba0199f869ba84a78b (diff) |
Set the default manual section for usr.sbin/ to 8.
Notes
Notes:
svn path=/head/; revision=74532
Diffstat (limited to 'usr.sbin/stallion')
-rw-r--r-- | usr.sbin/stallion/stlload/Makefile | 1 | ||||
-rw-r--r-- | usr.sbin/stallion/stlstats/Makefile | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/usr.sbin/stallion/stlload/Makefile b/usr.sbin/stallion/stlload/Makefile index 9b22fa485b11..328bb74b07b0 100644 --- a/usr.sbin/stallion/stlload/Makefile +++ b/usr.sbin/stallion/stlload/Makefile @@ -1,7 +1,6 @@ # $FreeBSD$ 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 7d0c73b2c071..c708b04f7339 100644 --- a/usr.sbin/stallion/stlstats/Makefile +++ b/usr.sbin/stallion/stlstats/Makefile @@ -1,7 +1,6 @@ # $FreeBSD$ PROG= stlstats -MAN8= stlstats.8 MANSUBDIR=/i386 DPADD= ${LIBNCURSES} |