+ added NetBSD to PtcKvmOSes and UnixPtyOSes

This commit is contained in:
Nikolay Nikolov 2024-10-26 14:52:22 +03:00
parent 83807ba780
commit ef1ca55728

View File

@ -27,10 +27,10 @@ Const
{end of copied code}
KVMAny = KbdOSes+VideoOSes+MouseOSes;
PtcKvmOSes = [linux,win32,win64,go32v2,macosx,openbsd,freebsd];
PtcKvmOSes = [linux,win32,win64,go32v2,macosx,openbsd,freebsd,netbsd];
// OSes that have unix98pty and termio units
UnixPtyOSes = [linux,openbsd,freebsd];
UnixPtyOSes = [linux,openbsd,freebsd,netbsd];
Var
P : TPackage;