From 90f8e1e33aadf84e761c95641e142648484c912d Mon Sep 17 00:00:00 2001 From: Tom Rhodes Date: Wed, 31 Aug 2005 07:44:45 +0000 Subject: [PATCH] Disconnect getino.3 and remove MLINK I added. Discussed with: jmallett --- lib/libufs/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/libufs/Makefile b/lib/libufs/Makefile index dd917bcaf4ce..fc72c0c7db22 100644 --- a/lib/libufs/Makefile +++ b/lib/libufs/Makefile @@ -4,9 +4,8 @@ LIB= ufs SHLIBDIR?= /lib SRCS= block.c cgroup.c inode.c sblock.c type.c INCS= libufs.h -MAN= bread.3 cgread.3 getino.3 libufs.3 sbread.3 ufs_disk_close.3 +MAN= bread.3 cgread.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