aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/syscons/star/Makefile
diff options
context:
space:
mode:
authorSøren Schmidt <sos@FreeBSD.org>1995-02-22 13:48:07 +0000
committerSøren Schmidt <sos@FreeBSD.org>1995-02-22 13:48:07 +0000
commit17ee9d00bc1ae1e598c38f25826f861e4bc6c3ce (patch)
treebe2ffef6e40fae103a981c01ec004e3970d1cb63 /sys/modules/syscons/star/Makefile
parentdd3326315602cda0eb07d6b2c011804b7abdb451 (diff)
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.
Notes
Notes: svn path=/head/; revision=6628
Diffstat (limited to 'sys/modules/syscons/star/Makefile')
-rw-r--r--sys/modules/syscons/star/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/sys/modules/syscons/star/Makefile b/sys/modules/syscons/star/Makefile
new file mode 100644
index 000000000000..fc2ae177689e
--- /dev/null
+++ b/sys/modules/syscons/star/Makefile
@@ -0,0 +1,10 @@
+# $Id$
+
+BINDIR= ${DESTDIR}/lkm
+KMOD= star_saver_mod
+SRCS= star_saver.c
+
+NOMAN=
+CFLAGS+= -DLKM -I${.CURDIR}/.. -I${.CURDIR}/../../../sys
+
+.include <bsd.kmod.mk>