From 849aee62b2d5e26d9d1cfe6f52fcca5edc270ebe Mon Sep 17 00:00:00 2001 From: Tom Rhodes Date: Thu, 25 Aug 2005 10:22:29 +0000 Subject: [PATCH] Hook getino.3 up to the build and link it to putino.3. PR: 83820 --- lib/libufs/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/libufs/Makefile b/lib/libufs/Makefile index fc72c0c7db2..dd917bcaf4c 100644 --- a/lib/libufs/Makefile +++ b/lib/libufs/Makefile @@ -4,8 +4,9 @@ LIB= ufs SHLIBDIR?= /lib SRCS= block.c cgroup.c inode.c sblock.c type.c INCS= libufs.h -MAN= bread.3 cgread.3 libufs.3 sbread.3 ufs_disk_close.3 +MAN= bread.3 cgread.3 getino.3 libufs.3 sbread.3 ufs_disk_close.3 MLINKS+= bread.3 bwrite.3 +MLINKS+= getino.3 putino.3 MLINKS+= cgread.3 cgread1.3 MLINKS+= sbread.3 sbwrite.3 MLINKS+= ufs_disk_close.3 ufs_disk_fillout.3