diff options
| author | Gleb Popov <arrowd@FreeBSD.org> | 2026-06-27 08:30:59 +0000 |
|---|---|---|
| committer | Gleb Popov <arrowd@FreeBSD.org> | 2026-06-27 08:31:13 +0000 |
| commit | ce48abd92e89a29abc83be516cb710d7e07a7568 (patch) | |
| tree | 838fe49eb0e6d93591285fae1f0c1790043d4623 /Mk | |
| parent | 3b8c511614ce60c78680a7bf38e3e672e0edb1a4 (diff) | |
Diffstat (limited to 'Mk')
| -rw-r--r-- | Mk/Uses/linux.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Mk/Uses/linux.mk b/Mk/Uses/linux.mk index 3b53c89daa74..9aa724c9bac2 100644 --- a/Mk/Uses/linux.mk +++ b/Mk/Uses/linux.mk @@ -2,8 +2,8 @@ # # Feature: linux:args # Usage: USES=linux or USES=linux:args -# Valid args: c7 Depend on CentOS 7 packages (default) -# rl9 Depend on Rocky Linux 9 packages +# Valid args: c7 Depend on CentOS 7 packages (default on i386) +# rl9 Depend on Rocky Linux 9 packages (default on all other arches) # Additional variables: # USE_LINUX List of Linux packages to depend on. # USE_LINUX_RPM When defined, additional variables and targets useful to Linux |
