diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2022-01-24 17:25:50 -0800 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2022-01-24 17:25:50 -0800 |
commit | 058145ee23fa8773a52c700d1a82bf1cb84a10cf (patch) | |
tree | 8f1b91d239b906a6ab396e403e24ef5894ee1919 /Makefile | |
parent | 3f6861b4dbeb0f7954f6b5aeb4555048be925af2 (diff) | |
download | teliva-058145ee23fa8773a52c700d1a82bf1cb84a10cf.tar.gz |
clarify generic 'bsd' build target
We still only have OpenBSD working.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index 8dd86fd..f4e4860 100644 --- a/Makefile +++ b/Makefile @@ -38,7 +38,7 @@ RANLIB= ranlib # == END OF USER SETTINGS. NO NEED TO CHANGE ANYTHING BELOW THIS LINE ========= # Convenience platforms targets. -PLATS= aix ansi bsd freebsd generic linux macosx mingw posix solaris +PLATS= aix ansi freebsd generic linux macosx mingw netbsd openbsd posix solaris # What to install. TO_BIN= lua luac |