#
# nono
# Copyright (C) 2021 isaki@NetBSD.org
#

.include "../Makefile.inc"

SUBDIR=	\
	autoserial	\
	mkcgrom		\
	nvramedit	\
	sramedit	\
	ttfext		\

.if "${WITH_GUI}" == "yes"
SUBDIR+=	viewcgrom
.endif

.include <bsd.subdir.mk>
