From f455f02c9337ea7fb47e36b8952f491fd0c1bbd7 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Tue, 7 Dec 1993 03:17:57 +0000 Subject: Formerly Makefile.~5~ --- boot/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'boot/Makefile') 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) -- cgit v1.2.3