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