summaryrefslogtreecommitdiff
path: root/ufs
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>1995-09-22 17:32:18 +0000
committerMiles Bader <miles@gnu.org>1995-09-22 17:32:18 +0000
commit3084b56600bda1fbec2b6a5844a4bdb6441101bd (patch)
treeee5df9773109644a497cb98ccab6b0616bf86697 /ufs
parent820a922eb2dcbf8ca86090aabcca4efee6be68b5 (diff)
(LDFLAGS): New variable.
Diffstat (limited to 'ufs')
-rw-r--r--ufs/Makefile2
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