diff options
Diffstat (limited to 'boot/Makefile')
-rw-r--r-- | boot/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/boot/Makefile b/boot/Makefile index ff764516..db050dab 100644 --- a/boot/Makefile +++ b/boot/Makefile @@ -27,9 +27,11 @@ io-MIGSFLAGS=-DREPLY_PORTS include ../Makeconf +CPPFLAGS += -DDEFAULT_BOOTDEVICE=\"$(notdir $(hurdrootdev))\" + install: /usr/local/bin/boot -/usr/local/bin/boot: +/usr/local/bin/boot: boot cp boot /usr/local/bin/boot boot.o: notify_S.h exec_S.h ourdevice_S.h io_S.h device_reply_U.h \ |