diff options
Diffstat (limited to 'lib/libpthread/net/GNUmakefile.inc')
-rw-r--r-- | lib/libpthread/net/GNUmakefile.inc | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/lib/libpthread/net/GNUmakefile.inc b/lib/libpthread/net/GNUmakefile.inc deleted file mode 100644 index c21e3be1328..00000000000 --- a/lib/libpthread/net/GNUmakefile.inc +++ /dev/null @@ -1,14 +0,0 @@ -# from: @(#)Makefile.inc 5.21 (Berkeley) 5/24/91 -# $Id: GNUmakefile.inc,v 1.1 1998/07/21 13:19:44 peter Exp $ - -# gen sources -VPATH:= ${VPATH}:${srcdir}/net - -SRCS:= gethostbyaddr.c gethostbyname.c gethostent.c getnetbyaddr.c \ - getnetbyname.c getnetent.c getproto.c getprotoent.c getprotoname.c \ - getservbyname.c getservbyport.c getservent.c herror.c inet_addr.c \ - inet_lnaof.c inet_makeaddr.c inet_netof.c inet_network.c inet_ntoa.c \ - net_internal.c proto_internal.c res_comp.c res_init.c res_internal.c \ - res_mkquery.c res_query.c res_querydomain.c res_search.c res_send.c \ - res_debug.c serv_internal.c $(SRCS) - |