summaryrefslogtreecommitdiffstats
path: root/sys/modules/syscons/Makefile
diff options
context:
space:
mode:
authorsos <sos@FreeBSD.org>1995-02-22 13:48:07 +0000
committersos <sos@FreeBSD.org>1995-02-22 13:48:07 +0000
commita8582ea0491b2759ce277638d63d52662b72c5ed (patch)
treebe2ffef6e40fae103a981c01ec004e3970d1cb63 /sys/modules/syscons/Makefile
parent243cac450e461fd60527db9de7f7090312bf561c (diff)
downloadFreeBSD-src-a8582ea0491b2759ce277638d63d52662b72c5ed.zip
FreeBSD-src-a8582ea0491b2759ce277638d63d52662b72c5ed.tar.gz
Next syscons update (given up on numbering :)
Removed screensavers from syscons, they are now LKM's. This makes it possible to do some really "interesting" screensavers... Fixed bug that sometimes caused garbage to appear when leaving "scroll-lock" history. Reformattet indentation, it got too deep for a normal 80 pos screen. Split up in syscons.c & syscons.h for use with the saver-lkm's. Temporarily removed -s option from vidcontrol, savers should now be loaded with modload.
Diffstat (limited to 'sys/modules/syscons/Makefile')
-rw-r--r--sys/modules/syscons/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/modules/syscons/Makefile b/sys/modules/syscons/Makefile
new file mode 100644
index 0000000..edd608e
--- /dev/null
+++ b/sys/modules/syscons/Makefile
@@ -0,0 +1,5 @@
+# $Id$
+
+SUBDIR= blank fade green snake star
+
+.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud