diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-02-16 17:42:47 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-02-16 17:42:47 +0000 |
commit | 9f085a9949d94e4e5cc37da34f5d3bda887949d2 (patch) | |
tree | 29325b79435b26825b62b6b235ac63cdc11e633a /ufs/Makefile | |
parent | e918f5b9187fb8ec11c44563d92c4e0ea7b6c94f (diff) |
Formerly Makefile.~7~
Diffstat (limited to 'ufs/Makefile')
-rw-r--r-- | ufs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ufs/Makefile b/ufs/Makefile index 97a48df3..284befb9 100644 --- a/ufs/Makefile +++ b/ufs/Makefile @@ -27,7 +27,7 @@ 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) \ - $(libfshelp) $(libdiskfs) $(libthreads) + $(libfshelp) $(libdiskfs) $(libthreads) $(libports) all: ufs |