diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-02-11 20:52:12 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-02-11 20:52:12 +0000 |
commit | b7e3911834a1dd4c23c89afca0eb6897614c65a3 (patch) | |
tree | 932d6f60149faa89f2fb7f72e46d226b770441c7 | |
parent | 90b1d258ef06a8cde345862050a26ccca5c4216a (diff) |
Formerly Makefile.~3~
-rw-r--r-- | ufs/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ufs/Makefile b/ufs/Makefile index cf4d2be1..90e567b2 100644 --- a/ufs/Makefile +++ b/ufs/Makefile @@ -26,8 +26,9 @@ DISTFILES=$(SRCS) ufs.h Makefile OBJS=$(subst .c,.o,$(SRCS)) exec_server_image.o -LIBS= $(libdiskfs) $(libpager) $(libioserver) $(libfshelp) \ - $(libports) $(libthreads) +LIBS= $(libdiskfs) $(libpager) $(libioserver) $(libports) $(libfshelp) \ + $(libthreads) +EXTRALIBS=$(libdiskfs) all: ufs |