]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/linprocfs/Makefile
Give the mx25l device sole ownership of the name /dev/flash/spi* instead of
[FreeBSD/FreeBSD.git] / sys / modules / linprocfs / Makefile
1 # $FreeBSD$
2
3 .PATH: ${SRCTOP}/sys/compat/linprocfs
4
5 KMOD=   linprocfs
6 SRCS=   vnode_if.h \
7         device_if.h bus_if.h \
8         linprocfs.c
9
10 .include <bsd.kmod.mk>