summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--boot/Makefile4
-rw-r--r--libiohelp/Makefile2
2 files changed, 5 insertions, 1 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)
diff --git a/libiohelp/Makefile b/libiohelp/Makefile
index 867cb4cc..def149c8 100644
--- a/libiohelp/Makefile
+++ b/libiohelp/Makefile
@@ -24,7 +24,7 @@ SRCS = get_conch.c handle_io_get_conch.c handle_io_release_conch.c \
OBJS = get_conch.o handle_io_get_conch.o handle_io_release_conch.o \
initialize_conch.o verify_user_conch.o
-DIST_FILES = $(SRCS) Makefile
+DIST_FILES = $(SRCS) Makefile libioserver.h
# Make sure we get local copies of the headers we install.
CPPFLAGS := -I. $(CPPFLAGS)