mirror of
https://github.com/opnsense/src.git
synced 2026-06-21 22:49:34 -04:00
Multiple Makefile miss opt_*.h and *_if.h header file. We fix it by running make in sys/modules to build all modules. Approved by: lwhsu (mentor), markj (mentor) Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D52062
6 lines
81 B
Makefile
6 lines
81 B
Makefile
KMOD= ng_ksocket
|
|
SRCS= ng_ksocket.c
|
|
|
|
SRCS+= opt_inet6.h
|
|
|
|
.include <bsd.kmod.mk>
|