diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-04-12 18:53:57 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-04-12 18:53:57 +0000 |
commit | fb96c7a48b79ac9dcf836a7c4b42f344a0a47232 (patch) | |
tree | 9d76b55f2eb11b1b2963cbc5984c6365bf031d80 /ext2fs/Makefile | |
parent | 494bf4e0ffcc0cf64739d5646fe8bc763c4ea5b3 (diff) |
Formerly Makefile.~5~
Diffstat (limited to 'ext2fs/Makefile')
-rw-r--r-- | ext2fs/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/ext2fs/Makefile b/ext2fs/Makefile index 70e7280b..09cfa3c1 100644 --- a/ext2fs/Makefile +++ b/ext2fs/Makefile @@ -18,10 +18,9 @@ dir := ext2fs 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 bmap.c pokeloc.c +SRCS = balloc.c bitmap.c ext2fs.c getblk.c hyper.c ialloc.c inode.c pager.c OBJS = $(SRCS:.c=.o) exec_server_image.o -LCLHDRS = ext2fs.h fs.h ext2_fs.h ext2_fs_sb.h ext2_fs_i.h +LCLHDRS = ext2fs.h ext2_fs.h ext2_fs_i.h DIST_FILES = BROKEN REMHDRS = ../hurd/diskfs.h ../hurd/ports.h ../hurd/pager.h\ ../hurd/ioserver.h ../hurd/fshelp.h |