# This is a components file
#
# Each component directory should include:
#	spec_file
#
# Usually each component directory will have one or more makefiles
# that respond to targets "clean" and "build".

# DIRECTORY		SHELL COMMAND TO BUILD OR CLEAN

# KERNEL RELATED

pm	make

# diag
diag			make

# IOPM RELATED
iopm			make
dsdb			make
acdb			make

# SPM RELATED
stand/lib		make -f lib.mk
stand/cmd		make -f ARIX.mk DIAGDIR=$IROOT
