freebsd-dev/sys/modules/uslcom/Makefile
Antoine Brodin 10f0bcab61 Remove option headers that do not exist and are not used
from the Makefiles in sys/modules.
(opt_devfs.h, opt_bdg.h, opt_emu10kx.h and opt_uslcom.h)

Approved by:	rwatson (mentor)
2008-03-27 20:38:03 +00:00

11 lines
148 B
Makefile

# $FreeBSD$
S= ${.CURDIR}/../..
.PATH: $S/dev/usb
KMOD= uslcom
SRCS= uslcom.c opt_usb.h \
device_if.h bus_if.h usbdevs.h
.include <bsd.kmod.mk>