diff options
| author | Michael I. Bushnell <mib@gnu.org> | 1994-04-05 19:02:45 +0000 |
|---|---|---|
| committer | Michael I. Bushnell <mib@gnu.org> | 1994-04-05 19:02:45 +0000 |
| commit | 542a6daceb6c4177eff3877f37cda66af5a12484 (patch) | |
| tree | 7dcc681f0071926ebc28b07e70172fcb9754fbc5 /ufs/Makefile | |
| parent | f30d3c118288b26086af0c53294751864d182036 (diff) | |
Formerly Makefile.~17~
Diffstat (limited to 'ufs/Makefile')
| -rw-r--r-- | ufs/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ufs/Makefile b/ufs/Makefile index 9ec865b3..3698b7bd 100644 --- a/ufs/Makefile +++ b/ufs/Makefile @@ -36,6 +36,8 @@ LIBPARTS = $(libdiskfs) $(libports) $(libpager) $(libioserver) $(libfshelp) all: ufs +LDFLAGS=--no-keep-memory + ufs: $(OBJS) $(LIBS) $(link) |
