summaryrefslogtreecommitdiff
path: root/ufs
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1994-02-15 17:48:00 +0000
committerMichael I. Bushnell <mib@gnu.org>1994-02-15 17:48:00 +0000
commit4afdffaee3122ae58283041bbdcb4779650805a6 (patch)
treee0bd07e2c0027dae204df5ead33b921e6c0fdc76 /ufs
parentb51772d6619cc0a79d9a019f5f464232a1bc2533 (diff)
Formerly Makefile.~6~
Diffstat (limited to 'ufs')
-rw-r--r--ufs/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/ufs/Makefile b/ufs/Makefile
index 7d767c79..97a48df3 100644
--- a/ufs/Makefile
+++ b/ufs/Makefile
@@ -27,15 +27,13 @@ DISTFILES=$(SRCS) ufs.h Makefile fs.h dinode.h dir.h
OBJS=$(subst .c,.o,$(SRCS)) exec_server_image.o
LIBS = $(libdiskfs) $(libports) $(libdiskfs) $(libpager) $(libioserver) \
- $(libports) $(libfshelp) $(libthreads) $(libdiskfs)
+ $(libfshelp) $(libdiskfs) $(libthreads)
all: ufs
-ufs: $(OBJS)
+ufs: $(OBJS) $(LIBS)
$(link)
-ufs: $(LIBS)
-
exec_server_image.o: ../exec/exec ../mkbootfs/mkbootfs
../mkbootfs/mkbootfs ../exec/exec exec_server_image.o