X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fhelper%2Fcommand.c;h=bb04fb6a0708562b4e70b53be6a1620199fe4d36;hb=6b811d2701cb0be6efdd1f3cb621561ba68a01b0;hp=046f9d8a3860214e08c82957e61f2753ae15277a;hpb=0e4dee1164005f97f6fe98b38f65917b178f8492;p=fw%2Fopenocd diff --git a/src/helper/command.c b/src/helper/command.c index 046f9d8a3..bb04fb6a0 100644 --- a/src/helper/command.c +++ b/src/helper/command.c @@ -1313,6 +1313,8 @@ struct command_context *command_init(const char *startup_tcl, Jim_Interp *interp HostOs = "ecos"; #elif defined(__FreeBSD__) HostOs = "freebsd"; +#elif defined(__NetBSD__) + HostOs = "netbsd"; #elif defined(__OpenBSD__) HostOs = "openbsd"; #else