1# $FreeBSD$ 2 3.PATH: ${.CURDIR}/../../dev/ksyms 4 5KMOD= ksyms 6SRCS= ksyms.c linker_if.h 7 8MFILES= kern/linker_if.m 9 10.include <bsd.kmod.mk> 11