xref: /haiku/src/bin/keystore/Jamfile (revision 25a7b01d15612846f332751841da3579db313082)
1SubDir HAIKU_TOP src bin keystore ;
2
3BinCommand keystore :
4	keystore.cpp
5	: be
6	: keystore.rdef ;
7