1 # $FreeBSD$ 2 3 .PATH: ${.CURDIR}/../../dev/nmdm 4 5 KMOD= nmdm 6 SRCS= nmdm.c 7 SRCS+= opt_compat.h vnode_if.h 8 9 opt_compat.h: 10 echo "#define COMPAT_43 1" >opt_compat.h 11 12 .include <bsd.kmod.mk>
Cache object: ac4064c96a5d1cd02a13b5b95ff7462b
[ 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.