1.PATH:	${SRCTOP}/sys/dev/dwwdt
2
3KMOD = dwwdt
4SRCS = dwwdt.c \
5       device_if.h bus_if.h ofw_bus_if.h
6
7.include<bsd.kmod.mk>
8