summaryrefslogtreecommitdiffstats
path: root/lib/libufs/Makefile
diff options
context:
space:
mode:
authortrhodes <trhodes@FreeBSD.org>2005-08-25 10:22:29 +0000
committertrhodes <trhodes@FreeBSD.org>2005-08-25 10:22:29 +0000
commitbd7fc84c8fee1d003ca7bff301927a3477e619ea (patch)
treef7d46632068a4650075ef0e7e9a73b9e8f89c51a /lib/libufs/Makefile
parent36031fbf77eba8413587d15d5bafdb7387e88da0 (diff)
downloadFreeBSD-src-bd7fc84c8fee1d003ca7bff301927a3477e619ea.zip
FreeBSD-src-bd7fc84c8fee1d003ca7bff301927a3477e619ea.tar.gz
Hook getino.3 up to the build and link it to putino.3.
PR: 83820
Diffstat (limited to 'lib/libufs/Makefile')
-rw-r--r--lib/libufs/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libufs/Makefile b/lib/libufs/Makefile
index fc72c0c..dd917bc 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
OpenPOWER on IntegriCloud