]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/linsysfs/Makefile
ping(8): Fix a mandoc related issue
[FreeBSD/FreeBSD.git] / sys / modules / linsysfs / Makefile
1 # $FreeBSD$
2
3 .PATH: ${SRCTOP}/sys/compat/linsysfs
4
5 KMOD=   linsysfs
6 SRCS=   vnode_if.h \
7         device_if.h bus_if.h  pci_if.h \
8         linsysfs.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>