
# See /ux/core/libs/libc/make-ReadMe for build info.

COBJS = _start.o _start_data.o environ.o

# _start.o is linked specially by library-level makefile

OBJS = _start_data.o environ.o

# Default build flavor

FLAVOR= ../../archive_pa1

include $(FLAVOR)/make.flavor

