From 25539fc65728696847f1127ccabbbd99886463c3 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Sat, 11 May 2024 12:35:34 +0100 Subject: [PATCH] Makefile, site.mk: Add a `site.mk' file with the essential definitions. I'm fed up of skew over this. --- Makefile | 1 + site.mk | 13 +++++++++++++ 2 files changed, 14 insertions(+) create mode 100644 site.mk diff --git a/Makefile b/Makefile index 46aa594..a779e41 100644 --- a/Makefile +++ b/Makefile @@ -70,6 +70,7 @@ OPTIONS_hub += user-spam.m4 vhost.m4 vhost-local.m4 MODES += usersat OPTIONS_usersat = auth.m4 local.m4 satellite.m4 +-include site.mk -include local.mk ###-------------------------------------------------------------------------- diff --git a/site.mk b/site.mk new file mode 100644 index 0000000..332c1db --- /dev/null +++ b/site.mk @@ -0,0 +1,13 @@ +### -*-makefile-*- + +HOSTS_hub += stratocaster + +HOSTS_srv += telecaster + +HOSTS_usersat += jem artist jazz #vampire + +HOSTS_satellite += gibson spirit #crybaby +HOSTS_satellite += ibanez radius roadstar universe +HOSTS_satellite += fender precision +HOSTS_satellite += eggle national +HOSTS_satellite += groove -- 2.11.0