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