diff options
author | Ade Lovett <ade@FreeBSD.org> | 2002-03-13 02:22:08 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2002-03-13 02:22:08 +0000 |
commit | 943f9efb113cdcc16932179541a1e1fb7facfb74 (patch) | |
tree | 1ccba20c5a739721a838ac9ace73ac234d25f745 /graphics/Makefile | |
parent | This requires ngettext(). (diff) |
Add miniscrib, a tiny drawing program suitable for use on handheld computers.
PR: 33232
Submitted by: Bruce M Simpson <bms@spc.org>
Diffstat (limited to 'graphics/Makefile')
-rw-r--r-- | graphics/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 41e7114a09d2..5f96fadc03a8 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -183,6 +183,7 @@ SUBDIR += linux_mesa3 SUBDIR += maverik SUBDIR += ming + SUBDIR += miniscrib SUBDIR += mmsclient SUBDIR += morpheus SUBDIR += mpeg |