Add FreeBSD as a supported operating system

This commit is contained in:
Christophe de Dinechin 2018-11-21 07:44:49 +01:00 committed by Christophe de Dinechin
parent 04aa207539
commit 17d3e3d7e4
2 changed files with 28 additions and 0 deletions

View File

@ -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

27
config.bsd.mk Normal file
View File

@ -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