diff --git a/Makefile b/Makefile index 387279ef3..8280ad24f 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,10 @@ # Tux Paint - A simple drawing program for children. -# Copyright (c) 2002-2024 +# Copyright (c) 2002-2025 # Various contributors (see AUTHORS.txt) # https://tuxpaint.org/ -# June 14, 2002 - December 29, 2024 +# June 14, 2002 - January 3, 2025 # The version number, for release: @@ -66,8 +66,13 @@ else OS:=os2 GPERF:=/@unixroot/usr/bin/gperf.exe else - OS:=linux - GPERF:=/usr/bin/gperf + ifeq ($(SYSNAME),NetBSD) + OS:=netbsd + GPERF:=/usr/bin/gperf + else + OS:=linux + GPERF:=/usr/bin/gperf + endif endif endif endif diff --git a/docs/CHANGES.txt b/docs/CHANGES.txt index 896fcbb7b..94c25c72e 100644 --- a/docs/CHANGES.txt +++ b/docs/CHANGES.txt @@ -6,7 +6,7 @@ Copyright (c) 2002-2025 Various contributors (see below, and AUTHORS.txt) https://tuxpaint.org/ -2025.January.2 (0.9.35) +2025.January.3 (0.9.35) * New Magic Tools: ---------------- + Heart, Sparkle, and Star emitters @@ -67,7 +67,7 @@ https://tuxpaint.org/ + Don't use Linux-specific invocation of "install"; use "mkdir" & "cp" Thomas Klausner - + WIP Specific build settings for NetBSD + + Specific build settings for NetBSD Bill Kendrick & Thomas Klausner