diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-06-22 15:41:32 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-06-22 15:41:32 +0000 |
commit | b7e13bdf41a7c95aa9c2b7981c1e2f24e077d90e (patch) | |
tree | faaff191ee5b0e5322412f0f909026dfc44f478d | |
parent | 6add63967766c1078cd6c8962371c284057a192d (diff) |
(HURDLIBS): Add libihash.
-rw-r--r-- | ufs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ufs/Makefile b/ufs/Makefile index d351caab..04bb15fd 100644 --- a/ufs/Makefile +++ b/ufs/Makefile @@ -26,7 +26,7 @@ REMHDRS = ../hurd/diskfs.h ../hurd/ports.h ../hurd/pager.h\ ../hurd/ioserver.h ../hurd/fshelp.h #HURDLIBS = libdiskfs libports libdiskfs libpager libioserver \ # libfshelp libdiskfs libthreads libports -HURDLIBS = libdiskfs libports libpager libioserver libfshelp libthreads +HURDLIBS = libdiskfs libports libpager libioserver libfshelp libthreads libihash LDFLAGS = -Wl,--no-keep-memory target = ufs |