mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-27 00:33:30 +00:00
e9ac41698b
This is a residual of the $FreeBSD$ removal. MFC After: 3 days (though I'll just run the command on the branches) Sponsored by: Netflix
7 lines
126 B
Makefile
7 lines
126 B
Makefile
.PATH: ${SRCTOP}/sys/dev/iicbus
|
|
KMOD = if_ic
|
|
SRCS = device_if.h bus_if.h iicbus_if.h \
|
|
if_ic.c
|
|
|
|
.include <bsd.kmod.mk>
|