TOP=..
include $(TOP)/mk/boilerplate.mk

C_SRCS=msub.c
C_PROG=msub
CLEAN_FILES += $(C_PROG) $(C_OBJS)
include $(TOP)/mk/target.mk
