diff options
author | Thomas Bushnell <thomas@gnu.org> | 1997-04-18 20:46:08 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1997-04-18 20:46:08 +0000 |
commit | d095d0f79c74ae0fc1ee5f63021bab7a79e235d7 (patch) | |
tree | d00a40af331587c59a7bdc5a4273649217808b46 /serverboot/Makefile | |
parent | f176b7157c8f75b13ace3aecef1fab943bf9fcad (diff) |
Fri Apr 18 16:44:49 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
* wiring.c (__vm_allocate): New function.
Wed Apr 16 14:18:28 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
* default_pager.c (debug): Turn off.
Mon Apr 14 12:50:20 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
* default_pager.c: Remove debugging printfs.
Thu Apr 10 15:10:25 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
* Makefile (installationdir): Set variable.
Diffstat (limited to 'serverboot/Makefile')
-rw-r--r-- | serverboot/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/serverboot/Makefile b/serverboot/Makefile index 05a07d58..290671ea 100644 --- a/serverboot/Makefile +++ b/serverboot/Makefile @@ -30,6 +30,7 @@ LCLHDRS = assert.h disk_inode_ffs.h fs.h queue.h defs.h ext2_fs.h \ disk_inode.h file_io.h minix_super.h translate_root.h target = serverboot HURDLIBS = threads +installationdir := $(prefix)/boot vpath boot_script.c $(srcdir)/../boot |