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