diff --git a/sys/modules/syscons/Makefile b/sys/modules/syscons/Makefile index cbcdc08303a7..3e5ab7223fa0 100644 --- a/sys/modules/syscons/Makefile +++ b/sys/modules/syscons/Makefile @@ -1,5 +1,15 @@ # $FreeBSD$ -SUBDIR= blank daemon fade green logo rain snake star warp fire +SUBDIR = +SUBDIR += blank +SUBDIR += daemon +SUBDIR += fade +SUBDIR += fire +SUBDIR += green +SUBDIR += logo +SUBDIR += rain +SUBDIR += snake +SUBDIR += star +SUBDIR += warp .include