Index: brandelf.c =================================================================== RCS file: /home/ncvs/src/usr.bin/brandelf/brandelf.c,v retrieving revision 1.23 diff -u -p -r1.23 brandelf.c --- brandelf.c 2 Jun 2002 20:05:57 -0000 1.23 +++ brandelf.c 27 Oct 2002 15:51:53 -0000 @@ -52,6 +52,7 @@ struct ELFtypes { /* XXX - any more types? */ static struct ELFtypes elftypes[] = { { "FreeBSD", ELFOSABI_FREEBSD }, + { "NetBSD", ELFOSABI_NETBSD }, { "Linux", ELFOSABI_LINUX }, { "Solaris", ELFOSABI_SOLARIS }, { "SVR4", ELFOSABI_SYSV }