1SRC_DIR := mach/servers
2
3MIG_USR_SRC_FILES := \
4	netname.defs
5
6MIG_USR_SRCS += $(addprefix $(SRC_DIR)/, $(MIG_USR_SRC_FILES))
7