#
# fake boot roms for Nautilus (8550/8700)
#
BBS=../bb/bbs

all:V: bda

%: %.t
	$BBS <$prereq >$target
%.t: %.s
	as -d2 -o $target $prereq
	nm -u $target
