#
# Prototype Makefile for boot/* directories, the bootstrap
# programs that load kernel images.
#
# This Makefile is automatically generated.
# DO NOT EDIT IT OR YOU MAY LOSE YOUR CHANGES.
#
# Generated from /sprite/lib/mkmf/Makefile.boot
# Tue Aug 14 13:13:24 PDT 1990
#
# For more information, refer to the mkmf manual page.
#
# $Header: /sprite/lib/mkmf/RCS/Makefile.boot,v 1.4 89/10/09 21:28:54 rab Exp Locker: jhh $ SPRITE (Berkeley)
#
# Allow mkmf

#
# Initialize machine independent things
#
MACHINES	= sun3 sun4 sun4c
MAKEFILE	= Makefile
MANPAGES	= 
NAME		= netBoot
SYSMAKEFILE	= boot.mk
TM		= $(MACHINE)
TYPE		= boot
DISTDIR        ?= /dist/sprite/src/boot/netBoot


#if exists($(TM).md/md.mk)
#include	"$(TM).md/md.mk"
#endif

#if exists(local.mk)
#include	"local.mk"
#else
#include	<$(SYSMAKEFILE)>
#endif 

CFLAGS += -Ddebugjl

#if exists($(TM).md/dependencies.mk)
#include	"$(TM).md/dependencies.mk"
#endif
