mips: unbreak module builds after r357265

Touch opt_global.h to make sure it exists...

Pointy hat:	kevans
This commit is contained in:
kevans 2020-01-29 18:54:21 +00:00
parent 31fe1a2de1
commit cae089e8ef

View File

@ -9,8 +9,9 @@
# (or should)
.if !defined(KERNBUILDDIR)
opt_global.h:
touch ${.TARGET}
.if ${MACHINE} != "mips"
@echo "#define VIMAGE 1" > ${.TARGET}
@echo "#define VIMAGE 1" >> ${.TARGET}
.endif
opt_bpf.h:
echo "#define DEV_BPF 1" > ${.TARGET}