summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
Diffstat (limited to 'mk')
-rw-r--r--mk/Amiga.mk2
-rw-r--r--mk/Posix.mk.in2
-rw-r--r--mk/VMS.mk2
-rw-r--r--mk/Windows32.mk2
-rw-r--r--mk/msdosdjgpp.mk2
5 files changed, 5 insertions, 5 deletions
diff --git a/mk/Amiga.mk b/mk/Amiga.mk
index e8f0e5db..1f2afe33 100644
--- a/mk/Amiga.mk
+++ b/mk/Amiga.mk
@@ -16,7 +16,7 @@
# details.
#
# You should have received a copy of the GNU General Public License along with
-# this program. If not, see <http://www.gnu.org/licenses/>.
+# this program. If not, see <https://www.gnu.org/licenses/>.
CC = sc
LD = $(CC) Link
diff --git a/mk/Posix.mk.in b/mk/Posix.mk.in
index a0d12ed6..edba91aa 100644
--- a/mk/Posix.mk.in
+++ b/mk/Posix.mk.in
@@ -16,7 +16,7 @@
# details.
#
# You should have received a copy of the GNU General Public License along with
-# this program. If not, see <http://www.gnu.org/licenses/>.
+# this program. If not, see <https://www.gnu.org/licenses/>.
# Very little is needed here since the default Basic.mk assumes POSIX
diff --git a/mk/VMS.mk b/mk/VMS.mk
index b4d982ad..33ef3069 100644
--- a/mk/VMS.mk
+++ b/mk/VMS.mk
@@ -16,7 +16,7 @@
# details.
#
# You should have received a copy of the GNU General Public License along with
-# this program. If not, see <http://www.gnu.org/licenses/>.
+# this program. If not, see <https://www.gnu.org/licenses/>.
src = [.src]
lib = [.lib]
diff --git a/mk/Windows32.mk b/mk/Windows32.mk
index 0dd51100..310fe7b8 100644
--- a/mk/Windows32.mk
+++ b/mk/Windows32.mk
@@ -16,7 +16,7 @@
# details.
#
# You should have received a copy of the GNU General Public License along with
-# this program. If not, see <http://www.gnu.org/licenses/>.
+# this program. If not, see <https://www.gnu.org/licenses/>.
# TARGET_TYPE can be either "release" or "debug"
TARGET_TYPE = release
diff --git a/mk/msdosdjgpp.mk b/mk/msdosdjgpp.mk
index ac2235a5..98bfe0d5 100644
--- a/mk/msdosdjgpp.mk
+++ b/mk/msdosdjgpp.mk
@@ -16,7 +16,7 @@
# details.
#
# You should have received a copy of the GNU General Public License along with
-# this program. If not, see <http://www.gnu.org/licenses/>.
+# this program. If not, see <https://www.gnu.org/licenses/>.
OBJEXT = o
EXEEXT = .exe