2015-12-04 16:52:19 -06:00
|
|
|
# Copyright (c) 2008-2015 The OpenRC Authors.
|
|
|
|
# See the Authors file at the top-level directory of this distribution and
|
2021-12-20 20:07:00 -05:00
|
|
|
# https://github.com/OpenRC/openrc/blob/HEAD/AUTHORS
|
2015-12-04 16:52:19 -06:00
|
|
|
#
|
|
|
|
# This file is part of OpenRC. It is subject to the license terms in
|
|
|
|
# the LICENSE file found in the top-level directory of this
|
2021-12-20 20:07:00 -05:00
|
|
|
# distribution and at https://github.com/OpenRC/openrc/blob/HEAD/LICENSE
|
2015-12-04 16:52:19 -06:00
|
|
|
# This file may not be copied, modified, propagated, or distributed
|
|
|
|
# except according to the terms contained in the LICENSE file.
|
2008-03-19 15:38:05 +00:00
|
|
|
|
|
|
|
# Generic definitions
|
|
|
|
|
|
|
|
include ${MK}/os-BSD.mk
|
2018-03-01 11:47:29 -06:00
|
|
|
|
2018-03-14 13:07:46 -05:00
|
|
|
CPPFLAGS+= -D_BSD_SOURCE
|