diff options
author | garga <garga@FreeBSD.org> | 2006-07-05 02:52:57 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2006-07-05 02:52:57 +0800 |
commit | fff2c978d3ad37913ebd49ecefe7798b55ab3a69 (patch) | |
tree | 883f389db5ef9db12bfc12f87d60f85081a0f9c2 /misc/Makefile | |
parent | feec2e50463c9a7b5f7880c9ce213de6aa434d48 (diff) | |
download | freebsd-ports-gnome-fff2c978d3ad37913ebd49ecefe7798b55ab3a69.tar.gz freebsd-ports-gnome-fff2c978d3ad37913ebd49ecefe7798b55ab3a69.tar.zst freebsd-ports-gnome-fff2c978d3ad37913ebd49ecefe7798b55ab3a69.zip |
Two samples for the biosfont(4) kernel module:
* showchar shows a requested character on stdout
* showdati is a digital clock. Best viewed on 80x25 consoles.
WWW: http://home.tiscali.nl/rladan/biosfont/
PR: ports/99648
Submitted by: Rene Ladan <r.c.ladan@gmail.com>
Diffstat (limited to 'misc/Makefile')
-rw-r--r-- | misc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/Makefile b/misc/Makefile index 1057862f4a37..ce58ece2bfd2 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -25,6 +25,7 @@ SUBDIR += bibletime SUBDIR += biblical-curse SUBDIR += bidwatcher + SUBDIR += biosfont-demos SUBDIR += birthday SUBDIR += bogosort SUBDIR += bottlerocket |