aboutsummaryrefslogtreecommitdiff
path: root/lib/libufs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libufs/Makefile')
-rw-r--r--lib/libufs/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/libufs/Makefile b/lib/libufs/Makefile
index a767546f457f..42d76c6061d2 100644
--- a/lib/libufs/Makefile
+++ b/lib/libufs/Makefile
@@ -1,9 +1,8 @@
-# $FreeBSD$
-PACKAGE= runtime
+PACKAGE= ufs
LIB= ufs
SHLIBDIR?= /lib
-SHLIB_MAJOR= 7
+SHLIB_MAJOR= 8
SRCS= block.c cgroup.c gsb_crc32.c inode.c sblock.c type.c ffs_subr.c
SRCS+= ffs_tables.c
@@ -20,6 +19,8 @@ MLINKS+= cgread.3 cgput.3
MLINKS+= getinode.3 putinode.3
MLINKS+= sbread.3 sbwrite.3
MLINKS+= sbread.3 sbget.3
+MLINKS+= sbread.3 sbsearch.3
+MLINKS+= sbread.3 sbfind.3
MLINKS+= sbread.3 sbput.3
MLINKS+= ufs_disk_close.3 ufs_disk_fillout.3
MLINKS+= ufs_disk_close.3 ufs_disk_fillout_blank.3