diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-10-04 04:15:39 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-10-04 04:15:39 +0000 |
commit | 871ad76b6f487f9e01fe7b756748047ca75e37eb (patch) | |
tree | ceacdd7f564b34218ada821014d325f0a64f592f /ufs | |
parent | 4e3d37a5f964e023b5273b95be637dc7c01f1ce5 (diff) |
Formerly Makefile.~36~
Diffstat (limited to 'ufs')
-rw-r--r-- | ufs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ufs/Makefile b/ufs/Makefile index 941452ff..3dac8b98 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 bmap.c + sizes.c subr.c tables.c bmap.c pokeloc.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\ |