17 lines
397 B
Bash
17 lines
397 B
Bash
|
|
#!/bin/sh
|
||
|
|
#
|
||
|
|
# Copyright (c) 2026, Mirocom Laboratories
|
||
|
|
# All rights reserved.
|
||
|
|
#
|
||
|
|
# The following sources are CONFIDENTIAL and PROPRIETARY
|
||
|
|
# property of Mirocom Laboratories. Unauthorized copying,
|
||
|
|
# use, distrubution or modification of this file, in whole
|
||
|
|
# and in part, is strictly prohibited without the prior written
|
||
|
|
# consent from Mirocom Laboratories.
|
||
|
|
#
|
||
|
|
|
||
|
|
MAKE=make
|
||
|
|
|
||
|
|
cd usr/src/; \
|
||
|
|
$MAKE
|