mips: unbreak module builds after r357265

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

Pointy hat:	kevans
This commit is contained in:
Kyle Evans 2020-01-29 18:54:21 +00:00
parent 0c4c594841
commit 861526b546
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=357266

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}