mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
10 lines
103 B
Makefile
10 lines
103 B
Makefile
#
|
|
#
|
|
|
|
CXGBE= ${SRCTOP}/sys/dev/cxgbe
|
|
.PATH: ${CXGBE}
|
|
|
|
KMOD= if_cc
|
|
SRCS= if_cc.c
|
|
|
|
.include <bsd.kmod.mk>
|