summaryrefslogtreecommitdiffstats
path: root/lib/libdevstat
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>1999-01-06 05:00:17 +0000
committerobrien <obrien@FreeBSD.org>1999-01-06 05:00:17 +0000
commit9171fe08d982ebf530b2db5d0ce725b87c4472d0 (patch)
tree64b6f1365ccac573477a26674010c0d2ceb25334 /lib/libdevstat
parent8bc809bf56089716408d692361123e1c489f19b2 (diff)
downloadFreeBSD-src-9171fe08d982ebf530b2db5d0ce725b87c4472d0.zip
FreeBSD-src-9171fe08d982ebf530b2db5d0ce725b87c4472d0.tar.gz
add MLINKs for all the functions covered by the manpage
Diffstat (limited to 'lib/libdevstat')
-rw-r--r--lib/libdevstat/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/libdevstat/Makefile b/lib/libdevstat/Makefile
index ce3f9c2..0633544 100644
--- a/lib/libdevstat/Makefile
+++ b/lib/libdevstat/Makefile
@@ -4,6 +4,16 @@ SRCS= devstat.c
MAN3= devstat.3
+MLINKS+=devstat.3 getnumdevs.3
+MLINKS+=devstat.3 getgeneration.3
+MLINKS+=devstat.3 getversion.3
+MLINKS+=devstat.3 checkversion.3
+MLINKS+=devstat.3 getdevs.3
+MLINKS+=devstat.3 selectdevs.3
+MLINKS+=devstat.3 buildmatch.3
+MLINKS+=devstat.3 compute_stats.3
+MLINKS+=devstat.3 compute_etime.3
+
beforeinstall:
${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/devstat.h \
${DESTDIR}/usr/include
OpenPOWER on IntegriCloud