mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-22 03:04:34 +01:00
031beb4e23
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
9 lines
156 B
Makefile
9 lines
156 B
Makefile
# SPDX-License-Identifier: BSD-3-Clause
|
|
# Copyright(c) 2007-2022 Intel Corporation
|
|
SUBDIR= qat_common \
|
|
qat_api \
|
|
qat_hw \
|
|
qat
|
|
|
|
.include <bsd.subdir.mk>
|