freebsd-dev/sys/modules/toecore/Makefile

10 lines
138 B
Makefile
Raw Normal View History

# $FreeBSD$
.PATH: ${SRCTOP}/sys/netinet
KMOD= toecore
SRCS= toecore.c
2012-06-25 09:46:06 +00:00
SRCS+= opt_ofed.h opt_inet.h opt_inet6.h
.include <bsd.kmod.mk>