1 # $FreeBSD$ 2 3 .PATH: ${.CURDIR}/../../kern 4 KMOD = lkm 5 SRCS = kern_lkm.c vnode_if.h opt_devfs.h 6 7 CLEANFILES += opt_devfs.h vnode_if.c vnode_if.h 8 9 opt_devfs.h: 10 touch opt_devfs.h 11 12 .include <bsd.kmod.mk>
Cache object: 94f937a7047c2e8962e35bd605173d5f
[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]
This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.