mirror of
https://github.com/opnsense/src.git
synced 2026-02-10 22:35:04 -05:00
9 lines
134 B
Makefile
9 lines
134 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../dev/null
|
|
|
|
KMOD= null
|
|
SRCS= null.c
|
|
SRCS+= bus_if.h device_if.h vnode_if.h
|
|
|
|
.include <bsd.kmod.mk>
|