summaryrefslogtreecommitdiff
path: root/ufs
diff options
context:
space:
mode:
Diffstat (limited to 'ufs')
-rw-r--r--ufs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ufs/Makefile b/ufs/Makefile
index 17bcf3f4..941452ff 100644
--- a/ufs/Makefile
+++ b/ufs/Makefile
@@ -19,7 +19,7 @@ dir := ufs
makemode := server
SRCS=alloc.c consts.c devio.c dir.c hyper.c inode.c main.c pager.c \
- sizes.c subr.c tables.c
+ sizes.c subr.c tables.c bmap.c
OBJS=$(subst .c,.o,$(SRCS)) exec_server_image.o
LCLHDRS = ufs.h fs.h dinode.h dir.h
REMHDRS = ../hurd/diskfs.h ../hurd/ports.h ../hurd/pager.h\