diff options
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 68c57928..a4601cce 100644 --- a/ufs/Makefile +++ b/ufs/Makefile @@ -19,7 +19,7 @@ dir := ufs makemode := server target = ufs -SRCS = alloc.c consts.c devio.c dir.c hyper.c inode.c main.c pager.c \ +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 LCLHDRS = ufs.h fs.h dinode.h dir.h |