#	@(#) makefile 22.4 90/04/02 
#
#	Copyright (C) The Santa Cruz Operation, 1984-1988, 1989, 1990.
#	This Module contains Proprietary Information of
#	The Santa Cruz Operation, and should be treated as Confidential.
#

SHELL	=	/bin/sh

all:	space.boot structs.boot

space.boot:	space.c tune.h
	cc -O -DBOOT -c space.c
	ld -r -o $@ space.o
	rm space.o

structs.boot:	../../cf.d/stun.def
	mkstf -i $? -o $@

