diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-12-12 03:10:14 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-12-12 03:10:14 +0000 |
commit | 00020640fc271aae2c7b1d8c5ae92fbb7efe328d (patch) | |
tree | 61209cc1df228df4ae580c5caab1f420f03105ab /libnsl/.cvsignore | |
parent | 65fe2cc0968003360c30abba2826375821be4d76 (diff) |
Add in a stub libnsl library to make stupid configure scripts
(i.e. openssh) do the right thing when used with uClibc's gcc
wrapper (which does not currently prevent system libraries from
leaking into the link).
-Erik
Diffstat (limited to 'libnsl/.cvsignore')
-rw-r--r-- | libnsl/.cvsignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libnsl/.cvsignore b/libnsl/.cvsignore new file mode 100644 index 000000000..aa145eacd --- /dev/null +++ b/libnsl/.cvsignore @@ -0,0 +1 @@ +libnsl.so* |