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 | 1d1c5649b56d3a32400fa81cd3ea70ee5f119812 (patch) | |
| tree | 34f6fce3f88b99fadcc3eea02262665737cae4d4 /ufs/Makefile | |
| parent | dd6e2d59aa6fe10fec7f7cc642a4570d6e7355f8 (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 |
