diff options
author | Miles Bader <miles@gnu.org> | 1997-06-09 18:56:35 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1997-06-09 18:56:35 +0000 |
commit | 39926591217b2d673c030b7c99d3c9269d46fb09 (patch) | |
tree | f2cf2a4d7632153b3cfa04290ca29ab337da2d0f /serverboot/Makefile | |
parent | 07f04d18d3fd20b7b6a4507d803f4ea764838b2f (diff) |
(LCLHDRS):
Add mach-exec.h.
Diffstat (limited to 'serverboot/Makefile')
-rw-r--r-- | serverboot/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/serverboot/Makefile b/serverboot/Makefile index 290671ea..bb5553fa 100644 --- a/serverboot/Makefile +++ b/serverboot/Makefile @@ -27,7 +27,7 @@ OBJS = $(subst .c,.o,$(SRCS)) boot_script.o memory_objectServer.o \ memory_object_defaultServer.o LCLHDRS = assert.h disk_inode_ffs.h fs.h queue.h defs.h ext2_fs.h \ minix_ffs_compat.h wiring.h dir.h ffs_compat.h minix_fs.h \ - disk_inode.h file_io.h minix_super.h translate_root.h + disk_inode.h file_io.h minix_super.h translate_root.h mach-exec.h target = serverboot HURDLIBS = threads installationdir := $(prefix)/boot |