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 | 677cbcb897c05ef5cbcc281147cf46a7fc5f56aa (patch) | |
tree | 3cdd1f1e08d2c80d6ab9f6b5dc6f384659882321 /ufs | |
parent | 19552dad2b13e28f9ed6a302bd8b6810db1ea861 (diff) |
Formerly Makefile.~17~
Diffstat (limited to 'ufs')
-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) |