From 58e21863da90e203f8df37231ddf3e13b48a11a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dag-Erling=20Sm=C3=B8rgrav?= Date: Wed, 8 Sep 1999 19:17:15 +0000 Subject: [PATCH] Clean up and reorder. --- sys/modules/syscons/Makefile | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) 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