mirror of
https://github.com/opnsense/src.git
synced 2026-02-26 19:30:29 -05:00
and remove non-present symbols that are now reported by kmod_syms.awk. Reviewed by: emaste Sponsored by: The FreeBSD Foundation MFC after: 1 week Differential revision: https://reviews.freebsd.org/D32878
9 lines
158 B
Makefile
9 lines
158 B
Makefile
# $FreeBSD$
|
|
# $Whistle: Makefile,v 1.2 1999/01/19 19:39:22 archie Exp $
|
|
|
|
KMOD= netgraph
|
|
SRCS= ng_base.c ng_parse.c
|
|
|
|
EXPORT_SYMS= YES
|
|
|
|
.include <bsd.kmod.mk>
|