#
# Makefile for murasaki
#                            shuu@dotaster.com

include ../make.defs

CMD=$(HOTPLUG)
SRCS=hotplug.c
OBJS=$(SRCS:.c=.o)

include ../make.rules
