Add FreeBSD as a supported operating system
This commit is contained in:
parent
04aa207539
commit
17d3e3d7e4
|
@ -26,6 +26,7 @@ BUILDENV_Cygwin=cygwin
|
|||
BUILDENV_MinGW=mingw
|
||||
BUILDENV_MSYS=msys
|
||||
BUILDENV_Haiku=haiku
|
||||
BUILDENV_FreeBSD=bsd
|
||||
|
||||
# Just in case (leftovers from a former life ;-)
|
||||
BUILDENV_HP-UX=hpux
|
||||
|
|
|
@ -0,0 +1,27 @@
|
|||
#******************************************************************************
|
||||
# config.bsd.mk make-it-quick
|
||||
#******************************************************************************
|
||||
#
|
||||
# File Description:
|
||||
#
|
||||
# Configuration file for the FreeBSD operating system
|
||||
#
|
||||
#
|
||||
#
|
||||
#
|
||||
#
|
||||
#
|
||||
#
|
||||
#
|
||||
#******************************************************************************
|
||||
# (C) 2018 Christophe de Dinechin <christophe@dinechin.org>
|
||||
# This software is licensed under the GNU General Public License v3
|
||||
# See LICENSE file for details.
|
||||
#******************************************************************************
|
||||
|
||||
DEFINES_BUILDENV_bsd=CONFIG_BSD
|
||||
OS_NAME_BUILDENV_bsd=FreeBSD
|
||||
|
||||
include $(MIQ)config.gnu.mk
|
||||
|
||||
|
Loading…
Reference in New Issue