1#!/bin/sh 2 3env \ 4 JFLAG=${BUILDER_JFLAG} \ 5 TARGET=amd64 \ 6 TARGET_ARCH=amd64 \ 7 sh -x freebsd-ci/scripts/build/build-kernel-LINT-head.sh 8 9