]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/linprocfs/Makefile
Merge commit 'ee914ef902ae018bd4f67192832120f9bf05651f' into new_merge
[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 .if !defined(KERNBUILDDIR)
11 .warning Building Linuxulator outside of a kernel does not make sense
12 .endif
13
14 .include <bsd.kmod.mk>