diff options
author | Alexander Langer <alex@FreeBSD.org> | 2001-04-05 19:01:12 +0000 |
---|---|---|
committer | Alexander Langer <alex@FreeBSD.org> | 2001-04-05 19:01:12 +0000 |
commit | dd3a1118073237bf69aa04b2f96c5d9320414a8a (patch) | |
tree | f87de1eb76065c4860ac1b0f0a1e7cfaf9d50b06 /devel/Makefile | |
parent | Remove games/atlas, it was added to the wrong category. (diff) |
Add atlas 0.4.0, a C++ reference implementation of the Atlas protocol.
PR: 26253
Submitted by: Oliver Lehmann <lehmann@ans-netz.de>
Notes
Notes:
svn path=/head/; revision=40906
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 00ab9d7a7fd7..7742551dfc18 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -22,6 +22,7 @@ SUBDIR += asl SUBDIR += asmutils SUBDIR += astyle + SUBDIR += atlas SUBDIR += autoconf SUBDIR += autogen SUBDIR += automake |