freebsd-dev/sys/modules/khelp/h_ertt/Makefile
Kyle Evans a335f76f2a modules: a lot: need opt_kern_tls.h
This fixes the standalone build.
2021-09-29 23:10:31 -05:00

8 lines
115 B
Makefile

# $FreeBSD$
.PATH: ${SRCTOP}/sys/netinet/khelp
KMOD= h_ertt
SRCS= h_ertt.c opt_kern_tls.h
.include <bsd.kmod.mk>