mirror of
https://github.com/opnsense/src.git
synced 2026-04-21 22:27:47 -04:00
13 lines
134 B
Makefile
13 lines
134 B
Makefile
|
|
#
|
||
|
|
# $FreeBSD$
|
||
|
|
#
|
||
|
|
|
||
|
|
SUBDIR=
|
||
|
|
SUBDIR+= ${_nf10bmac}
|
||
|
|
|
||
|
|
.if ${MACHINE_CPUARCH} == "mips"
|
||
|
|
_nf10bmac= nf10bmac
|
||
|
|
.endif
|
||
|
|
|
||
|
|
.include <bsd.subdir.mk>
|