#	$Id: Makefile,v 1.2 1999/09/20 18:50:25 ragge Exp $

PROG=	svax
SRCS=	ccl.c insn.c mtpr.c nexus.c disasm.c traps.c memory.c adr-mode.c \
	timer.c
CFLAGS=	-O2 -g -Wstrict-prototypes -Wmissing-prototypes -Wall -DTRACE
NOMAN=	y

.include <bsd.prog.mk>
