mirror of
https://github.com/opnsense/src.git
synced 2026-04-08 10:53:24 -04:00
10 lines
122 B
Makefile
10 lines
122 B
Makefile
|
|
# $FreeBSD$
|
||
|
|
|
||
|
|
.PATH: ${SRCTOP}/sys/dev/adlink
|
||
|
|
|
||
|
|
KMOD= adlink
|
||
|
|
SRCS= adlink.c \
|
||
|
|
device_if.h bus_if.h
|
||
|
|
|
||
|
|
.include <bsd.kmod.mk>
|