a335f76f2a
This fixes the standalone build.
10 lines
153 B
Makefile
10 lines
153 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${SRCTOP}/sys/netinet
|
|
|
|
KMOD= toecore
|
|
SRCS= toecore.c
|
|
SRCS+= opt_ofed.h opt_inet.h opt_inet6.h opt_kern_tls.h
|
|
|
|
.include <bsd.kmod.mk>
|