summaryrefslogtreecommitdiff
path: root/boot/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'boot/Makefile')
-rw-r--r--boot/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/boot/Makefile b/boot/Makefile
index c4a78945..2e86c260 100644
--- a/boot/Makefile
+++ b/boot/Makefile
@@ -15,12 +15,16 @@
# along with the GNU Hurd; see the file COPYING. If not, write to
# the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+dir := boot
+
include ../Makeconf
VPATH=.:../machine
OBJS = boot.o notifyServer.o execServer.o deviceServer.o boot_machdep.o
+DIST_FILES = boot.c Makefile
+
boot: $(OBJS)
$(link)