OS	= -DUSG
CC	= gcc
# -g doesn't work yet
CFLAGS	= -O
# strip local symbols since mdb cannot handle them
LDFLAGS	= -x
