mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-18 10:35:55 +00:00
2dd0f3209f
Pointed out by: tjr
10 lines
134 B
Makefile
10 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>
|