blob: c781976688a582b14d1a7631c6b5edc3aa10a595 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
@comment $NetBSD: PLIST,v 1.2 2006/08/03 19:46:42 wiz Exp $
include/google/dense_hash_map
include/google/dense_hash_set
include/google/sparse_hash_map
include/google/sparse_hash_set
include/google/sparsehash/config.h
include/google/sparsehash/densehashtable.h
include/google/sparsehash/hash_fun.h
include/google/sparsehash/sparsehashtable.h
include/google/sparsetable
include/google/type_traits.h
share/doc/sparsehash/dense_hash_map.html
share/doc/sparsehash/dense_hash_set.html
share/doc/sparsehash/implementation.html
share/doc/sparsehash/performance.html
share/doc/sparsehash/sparse_hash_map.html
share/doc/sparsehash/sparse_hash_set.html
share/doc/sparsehash/sparsetable.html
@dirrm include/google/sparsehash
@unexec ${RMDIR} %D/include/google || ${TRUE}
@dirrm share/doc/sparsehash
|