--- nono/util/Makefile 2026/04/29 17:04:54 1.1 +++ nono/util/Makefile 2026/04/29 17:05:16 1.1.1.4 @@ -3,10 +3,17 @@ # Copyright (C) 2021 isaki@NetBSD.org # +.include "../Makefile.inc" + SUBDIR= \ - mkcgrom \ + autoserial \ + mkcgrom \ nvramedit \ sramedit \ - viewcgrom \ + ttfext \ + +.if "${WITH_GUI}" == "yes" +SUBDIR+= viewcgrom +.endif .include