diff options
| author | Miles Bader <miles@gnu.org> | 1995-09-22 17:32:18 +0000 |
|---|---|---|
| committer | Miles Bader <miles@gnu.org> | 1995-09-22 17:32:18 +0000 |
| commit | a2fb0a994b568f719ac1121cf1e85220e4c13072 (patch) | |
| tree | 99a5e1bd7507c3b6f1ba393a608484effc753b80 | |
| parent | efe0caaa20d0075f7232fc022e5aecc141726413 (diff) | |
(LDFLAGS): New variable.
| -rw-r--r-- | ufs/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ufs/Makefile b/ufs/Makefile index 28a30507..68c57928 100644 --- a/ufs/Makefile +++ b/ufs/Makefile @@ -25,6 +25,8 @@ LCLHDRS = ufs.h fs.h dinode.h dir.h OBJS = $(SRCS:.c=.o) +LDFLAGS += -static + ufs: $(OBJS) ../libdiskfs/libdiskfs.a ../libports/libports.a ../libpager/libpager.a ../libioserver/libioserver.a ../libfshelp/libfshelp.a ../libthreads/libthreads.a ../libihash/libihash.a ../libshouldbeinlibc/libshouldbeinlibc.a include ../Makeconf |
