diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-01-07 08:44:10 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-01-07 08:44:10 +0000 |
commit | 046c7d98be0b931585d10825376f97a2d927b37b (patch) | |
tree | 35a73a3ed2cdf67e9750aacc50270307dbcd2fd2 /games/Makefile | |
parent | Update to version 2.6.1.6: mainly bugfixes. (diff) |
Add BillardGL 1.75, an OpenGL billiard simulator.
PR: 60847
Submitted by: Igor Pokrovsky <tiamat@comset.net>
Diffstat (limited to 'games/Makefile')
-rw-r--r-- | games/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/Makefile b/games/Makefile index fa58e6deb3ca..017ea2d327bd 100644 --- a/games/Makefile +++ b/games/Makefile @@ -6,6 +6,7 @@ SUBDIR += 3dpong SUBDIR += 44bsd-hunt SUBDIR += 54321 + SUBDIR += BillardGL SUBDIR += CaribbeanStud SUBDIR += HeroesOfMightAndMagic SUBDIR += KnightCap |