diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-11-27 16:35:11 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-11-27 16:35:32 +0100 |
commit | d9f4c6bb0568da6d80f60a0040354f45478f84a3 (patch) | |
tree | b48e6ce06d9f4990121ef784d2bec2255bfdce4c /libnsl/Makefile | |
parent | 52b50c15fa3b319bb162f0d47fbeb6582842c020 (diff) |
remove libnsl stub
Diffstat (limited to 'libnsl/Makefile')
-rw-r--r-- | libnsl/Makefile | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/libnsl/Makefile b/libnsl/Makefile deleted file mode 100644 index c8dc9b466..000000000 --- a/libnsl/Makefile +++ /dev/null @@ -1,13 +0,0 @@ -# Makefile for uClibc -# -# Copyright (C) 2000-2005 Erik Andersen <andersen@uclibc.org> -# -# Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. -# - -top_srcdir=../ -top_builddir=../ -include $(top_builddir)Rules.mak -all: libs -include Makefile.in -include $(top_srcdir)Makerules |