1.PATH: ${SRCTOP}/sys/dev/otus 2 3KMOD = if_otus 4SRCS = if_otus.c if_otusreg.h \ 5 bus_if.h device_if.h \ 6 opt_bus.h opt_usb.h opt_wlan.h usb_if.h usbdevs.h 7 8.include <bsd.kmod.mk> 9