1 2.PATH: ${SRCTOP}/sys/compat/lindebugfs 3 4KMOD= lindebugfs 5SRCS= lindebugfs.c 6SRCS+= ${LINUXKPI_GENSRCS} 7 8CFLAGS+= ${LINUXKPI_INCLUDES} 9 10.include <bsd.kmod.mk> 11
1 2.PATH: ${SRCTOP}/sys/compat/lindebugfs 3 4KMOD= lindebugfs 5SRCS= lindebugfs.c 6SRCS+= ${LINUXKPI_GENSRCS} 7 8CFLAGS+= ${LINUXKPI_INCLUDES} 9 10.include <bsd.kmod.mk> 11