diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-05-31 15:53:29 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-05-31 15:53:29 +0000 |
commit | a21fc3361091bfa6d11da3c42e3418d8cde8eecc (patch) | |
tree | e1102c789422de3d04164819b6609dc15e454f2c /ufs/Makefile | |
parent | fe993373146938341e3417258a96abeef7d7b5ff (diff) |
Formerly Makefile.~24~
Diffstat (limited to 'ufs/Makefile')
-rw-r--r-- | ufs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ufs/Makefile b/ufs/Makefile index 7c3c6ca7..44ae79b6 100644 --- a/ufs/Makefile +++ b/ufs/Makefile @@ -36,7 +36,7 @@ LIBPARTS = $(libdiskfs) $(libports) $(libpager) $(libioserver) $(libfshelp) all: ufs -LDFLAGS=--no-keep-memory +LDFLAGS=--no-keep-memory -y_hurd_rlimits -y__hurd_rlimits ufs: $(OBJS) $(LIBS) $(link) |