--- nono/util/Makefile 2026/04/29 17:05:09 1.1.1.3 +++ nono/util/Makefile 2026/04/29 17:05:58 1.1.1.6 @@ -1,17 +1,19 @@ # # nono -# Copyright (C) 2021 isaki@NetBSD.org +# Copyright (C) 2021 Tetsuya Isaki # .include "../Makefile.inc" SUBDIR= \ + adpcmconv \ autoserial \ + mkcgrom \ nvramedit \ sramedit \ + ttfext \ .if "${WITH_GUI}" == "yes" -SUBDIR+= mkcgrom SUBDIR+= viewcgrom .endif