make-it-quick/config.bsd.mk

28 lines
751 B
Makefile
Raw Normal View History

#******************************************************************************
# 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