Files
nethack/include
nhmall 8d0cfb05fa rename netbsd.500 to bsd.500
In past releases of NetHack, there was a myriad of different hints
files for different operating systems, and even different versions
of operating systems.

It made maintenance a chore, because all the variable hints files
had to be updated for a wanted change, or (as typically was the
case), some lesser-used hints files were left behind and became
outdated.

Instead of going down that road again, this renames
    sys/unix/hints/netbsd.500
to
    sys/unix/hints/bsd.500

Where things need to differ for a different bsd flavour,
the differences can be shrouded in things like

    .if ${WHICHBSD} == "NETBSD"
    .else
    .endif

This change is being done to make maintenance easier, at the
cost of making the resulting Makefiles a little more complex,
but there won't be as many separate Makefile hints to maintain.

This commit is being done instead of merging pull request #1531
which would add a new sys/unix/hints/openbsd.500 file.

Only tested on NetBSD so far. Please let us know if there's
an issue on other bsd's, and we will attempt to fix thos issues.

Closes #1531

Close
2026-05-15 12:11:34 -04:00
..
2022-02-04 11:01:20 -05:00
2025-05-25 20:38:17 -04:00
2026-05-01 09:12:37 -04:00
2026-05-02 08:25:58 -04:00
2026-05-01 09:12:37 -04:00
2026-05-15 08:11:56 -07:00
2026-05-01 09:12:37 -04:00
2026-05-02 00:19:08 -04:00
2024-09-06 13:08:07 -07:00
2026-05-02 00:19:08 -04:00
2026-04-26 12:34:02 -04:00
2026-05-02 19:26:05 -04:00
2025-05-25 20:38:17 -04:00
2026-04-26 13:21:18 -04:00
2026-05-01 09:12:37 -04:00
2026-04-26 12:34:02 -04:00
2026-05-15 12:11:34 -04:00
2026-04-26 12:34:02 -04:00
2026-05-01 09:12:37 -04:00
2026-04-26 12:34:02 -04:00
2026-05-02 10:45:29 -04:00