.PATH: ${SRCTOP}/sys/net/can

KMOD=   vcan
SRCS=   if_vcan.c
CFLAGS+= -I${SRCTOP}/sys/net/can
MODULE_DEPEND=  can

.include <bsd.kmod.mk>
