880fe6e4f7
version are removing sha2* object files from libnbcompat.a. It turns out that the functions defined there aren't provided by NetBSD, so it makes no sense for libnbcompat to define them, and none of the utilities in pkgsrc that link against libnbcompat actually use these functions anyway.
18 lines
524 B
Text
18 lines
524 B
Text
@comment $NetBSD: PLIST,v 1.10 2003/09/06 01:35:07 jlam Exp $
|
|
include/nbcompat.h
|
|
include/nbcompat/err.h
|
|
include/nbcompat/fts.h
|
|
include/nbcompat/getopt.h
|
|
include/nbcompat/glob.h
|
|
include/nbcompat/md5.h
|
|
include/nbcompat/nbconfig.h
|
|
include/nbcompat/nbtypes.h
|
|
include/nbcompat/poll.h
|
|
include/nbcompat/rmd160.h
|
|
include/nbcompat/sha1.h
|
|
include/nbcompat/statfs.h
|
|
include/nbcompat/vis.h
|
|
lib/libnbcompat.a
|
|
@dirrm include/nbcompat
|
|
@unexec ${RMDIR} -p %D/include 2>/dev/null || ${TRUE}
|
|
@unexec ${RMDIR} -p %D/lib 2>/dev/null || ${TRUE}
|