mirror of
https://github.com/opnsense/src.git
synced 2026-04-07 18:35:22 -04:00
8 lines
96 B
Makefile
8 lines
96 B
Makefile
|
|
# $FreeBSD$
|
||
|
|
KMOD= ng_device
|
||
|
|
SRCS= ng_device.c
|
||
|
|
|
||
|
|
SRCS+= device_if.h
|
||
|
|
|
||
|
|
.include <bsd.kmod.mk>
|