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>
|