summaryrefslogtreecommitdiffstats
path: root/lib/Makefile
diff options
context:
space:
mode:
authorjmallett <jmallett@FreeBSD.org>2002-07-01 01:45:03 +0000
committerjmallett <jmallett@FreeBSD.org>2002-07-01 01:45:03 +0000
commite7f13daa73e7590006209f6c6f7daa3962f0c2b2 (patch)
treed5ae23d585834242620eaad9e34fadb41eecfb56 /lib/Makefile
parente682905748075e8e39a00f2badcb6def78314225 (diff)
downloadFreeBSD-src-e7f13daa73e7590006209f6c6f7daa3962f0c2b2.zip
FreeBSD-src-e7f13daa73e7590006209f6c6f7daa3962f0c2b2.tar.gz
Add libufs, a library for dealing with UFS filesystems from userland to
the build. It is here to compartmentalise functionality currently duplicated in many notable programs in the base system. It currently handles block reads and writes, as well as reading and writing of the filesystem superblock, and the reading/lookup of inode data. It supports both UFS and UFS2. I will be maintaining it, and porting programs to use it, however for now, it is simply being built as part of world.
Diffstat (limited to 'lib/Makefile')
-rw-r--r--lib/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Makefile b/lib/Makefile
index 980bd36..e900b8f 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -29,7 +29,8 @@ SUBDIR= ${_csu} libcom_err libcrypt libkvm msun libmd \
libipx libisc libmenu ${_libmilter} ${_libmp} ${_libncp} \
libnetgraph libopie libpam libpanel libpcap \
${_libsm} ${_libsmb} ${_libsmdb} ${_libsmutil} \
- libstand ${_libtelnet} libusbhid ${_libvgl} libwrap libxpg4 liby libz
+ libstand ${_libtelnet} libufs libusbhid ${_libvgl} libwrap libxpg4 \
+ liby libz
.if exists(${.CURDIR}/csu/${MACHINE_ARCH}-${OBJFORMAT})
_csu=csu/${MACHINE_ARCH}-${OBJFORMAT}
OpenPOWER on IntegriCloud