1# $FreeBSD$ 2KMOD= vlots 3SRCS= vhba_lots.c vhba.c 4CFLAGS += -I${.CURDIR}/.. -DVHBA_MOD=\"vlots\" 5VPATH= ${.CURDIR}/.. 6 7.include <bsd.kmod.mk> 8