aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/syscons/dragon/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* sys/modules: normalize .CURDIR-relative paths to SRCTOPEnji Cooper2017-03-041-1/+1
| | | | | | | | | | | This simplifies make output/logic Tested with: `cd sys/modules; make ALL_MODULES=` on amd64 MFC after: 1 month Sponsored by: Dell EMC Isilon Notes: svn path=/head/; revision=314651
* Don't override CWARNFLAGS in these Makefiles.Maxime Henrion2002-11-111-2/+0
| | | | Notes: svn path=/head/; revision=106762
* Move adding -DPC98 to CFLAGS from each modules to sys/modules/Makefile.inc.Yoshihiro Takahashi2002-11-061-4/+0
| | | | Notes: svn path=/head/; revision=106497
* Add new graphical screen saver (dragon_saver).Akio Morita2002-03-231-0/+14
Add support for NEC PC-9821 PEGC screen (fire/logo/rain/warp_saver). Notes: svn path=/head/; revision=93011