summaryrefslogtreecommitdiff
path: root/ufs/Makefile
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2012-04-08 23:07:14 +0000
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2012-04-08 23:07:14 +0000
commit2d022fc2bd8c1e5020d8ea8b6a7fa36434ecc427 (patch)
tree5bf290a25b93dd5e00efc9c43c73d8d264f881ed /ufs/Makefile
parented59e6f455eef1db6e3b89d6a749bf868e4e974e (diff)
parent3c436146b0bf7ba7b4b13d3eccfdac68715df3a8 (diff)
Merge branch 'upstream-merged'
Diffstat (limited to 'ufs/Makefile')
-rw-r--r--ufs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ufs/Makefile b/ufs/Makefile
index 02cf38ba..cf5c40d7 100644
--- a/ufs/Makefile
+++ b/ufs/Makefile
@@ -21,7 +21,7 @@ makemode := server
target = ufs
SRCS = alloc.c consts.c dir.c hyper.c inode.c main.c pager.c \
- sizes.c subr.c tables.c bmap.c pokeloc.c
+ sizes.c subr.c tables.c bmap.c pokeloc.c xinl.c
LCLHDRS = ufs.h fs.h dinode.h dir.h
OBJS = $(SRCS:.c=.o)