Hook getino.3 up to the build and link it to putino.3.

PR:	83820
This commit is contained in:
Tom Rhodes 2005-08-25 10:22:29 +00:00
parent d7f56eabab
commit 849aee62b2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=149448

View File

@ -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