xref: /freebsd/packages/Makefile.amd64 (revision bb75b0d581f74e22a68d7868ad1f5da1146a8de0)
1*bb75b0d5SLexi Winter# SPDX-License-Identifier: ISC
2*bb75b0d5SLexi Winter#
3*bb75b0d5SLexi Winter# Copyright (c) 2026 Lexi Winter <ivy@FreeBSD.org>
4*bb75b0d5SLexi Winter#
5*bb75b0d5SLexi Winter# Permission to use, copy, modify, and distribute this software for any
6*bb75b0d5SLexi Winter# purpose with or without fee is hereby granted, provided that the above
7*bb75b0d5SLexi Winter# copyright notice and this permission notice appear in all copies.
8*bb75b0d5SLexi Winter#
9*bb75b0d5SLexi Winter# THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
10*bb75b0d5SLexi Winter# WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
11*bb75b0d5SLexi Winter# MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
12*bb75b0d5SLexi Winter# ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
13*bb75b0d5SLexi Winter# WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
14*bb75b0d5SLexi Winter# ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
15*bb75b0d5SLexi Winter# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
16*bb75b0d5SLexi Winter
17*bb75b0d5SLexi WinterSUBDIR+=	libvgl
18*bb75b0d5SLexi Winter
19*bb75b0d5SLexi WinterSUBDIR.${MK_ACPI}+=	acpi
20*bb75b0d5SLexi WinterSUBDIR.${MK_APM}+=	apm
21*bb75b0d5SLexi WinterSUBDIR.${MK_BHYVE}+=	bhyve
22*bb75b0d5SLexi WinterSUBDIR.${MK_BHYVE}+=	libvmmapi
23*bb75b0d5SLexi WinterSUBDIR.${MK_PMC}+=	libipt
24