1.PATH: ${SRCTOP}/sys/net 2 3KMOD= dummymbuf 4SRCS= dummymbuf.c 5SRCS+= opt_inet.h opt_inet6.h 6 7EXPORT_SYMS= YES 8 9.include <bsd.kmod.mk> 10