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 | 50cefe1c1ec69dee59590f666c0e34d7cbbe505c (patch) | |
tree | e3533036e1f9df0691185f7dc92d1a75dd0e5512 | |
parent | ffcb07b0b67eb70cdcd62a232d75bde7dd29e99e (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 |