mirror of
https://github.com/opnsense/src.git
synced 2026-04-24 15:48:48 -04:00
Taken from: https://github.com/freebsd/freebsd.git Commit id: d44ce30d3054a38723f89a161c5e003e64d1aaae
7 lines
107 B
Makefile
7 lines
107 B
Makefile
# $FreeBSD$
|
|
KMOD= ng_device
|
|
SRCS= ng_device.c
|
|
|
|
SRCS+= device_if.h vnode_if.h
|
|
|
|
.include <bsd.kmod.mk>
|