17ee9d00bc
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.
11 lines
227 B
Makefile
11 lines
227 B
Makefile
# $Id: Makefile,v 1.7 1995/01/30 14:21:46 ugen Exp $
|
|
|
|
SUBDIR= cd9660 coff fdesc ibcs2 ip_mroute_mod ipfw kernfs msdos nfs nullfs \
|
|
portal procfs socksys syscons umapfs union
|
|
#
|
|
# Doesn't work:
|
|
# mfs
|
|
#
|
|
|
|
.include <bsd.subdir.mk>
|