diff options
author | Pomfland <pomfland@tfwno.gf> | 2020-10-30 23:52:16 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-10-31 11:15:30 +0700 |
commit | c133496dd44391c448a0ac588c8ab6a4455f45cb (patch) | |
tree | c58268270a16426bd9f0482ea4e5b512bc7dbb8c /libraries/libnbcompat/README | |
parent | fb9002e63441122eaf73f752622bc5fbef1eebf1 (diff) | |
download | slackbuilds-c133496dd44391c448a0ac588c8ab6a4455f45cb.tar.gz |
libraries/libnbcompat: Added (a portable NetBSD compat library)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/libnbcompat/README')
-rw-r--r-- | libraries/libnbcompat/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libraries/libnbcompat/README b/libraries/libnbcompat/README new file mode 100644 index 0000000000..ee2637ff95 --- /dev/null +++ b/libraries/libnbcompat/README @@ -0,0 +1,8 @@ +libnbcompat (a portable NetBSD compat library) + +libnbcompat is a portable NetBSD-compatibility library that supplies +routines used by NetBSD bootstrap tools that are missing on other +operating systems. + +By default, the static library is not included. If you need it, feel +free to pass STATIC=yes to the build script. |